home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_300 / 346_01 / t6816.asm < prev    next >
Assembly Source File  |  1991-02-08  |  99KB  |  3,550 lines

  1.     .title    68HC16 Assembler Test
  2.  
  3.     .module    t6816
  4.  
  5.     ; This file should be assembled as follows:
  6.     ;
  7.     ; as6816 -xlff t6816
  8.     ;
  9.  
  10.     imm8    =    0x01
  11.     imm16    =    0x2345
  12.     ind8    =    0x12
  13.     ind16    =    0x3456
  14.     ix    =    0x06
  15.     iy    =    0x07
  16.     ixiy    =    0x89
  17.     mask8    =    0x78
  18.     mask16    =    0x9ABC
  19.  
  20.     address    =    0x1122
  21.     bnk    =    0x03
  22.  
  23.     .globl    ebnk
  24.     .globl    eixiy
  25.     .globl    external
  26.     .globl    emsk8
  27.     .globl    emsk16
  28.     .globl    num8
  29.     .globl    num16
  30.     .globl    offset8
  31.     .globl    offset16
  32.  
  33.     aba            ; 37 0B
  34.     abx            ; 37 4F
  35.     aby            ; 37 5F
  36.     abz            ; 37 6F
  37.     ace            ; 37 22
  38.     aced            ; 37 23
  39.  
  40.     adca    ,x        ; 43 00
  41.     adca    ,y        ; 53 00
  42.     adca    ,z        ; 63 00
  43.     adca    ,x8        ; 43 00
  44.     adca    ,y8        ; 53 00
  45.     adca    ,z8        ; 63 00
  46.     adca    ,x16        ; 17 43 00 00
  47.     adca    ,y16        ; 17 53 00 00
  48.     adca    ,z16        ; 17 63 00 00
  49.     adca    offset8,x8    ; 43u00
  50.     adca    offset8,y8    ; 53u00
  51.     adca    offset8,z8    ; 63u00
  52.     adca    ind8,x8        ; 43 12
  53.     adca    ind8,y8        ; 53 12
  54.     adca    ind8,z8        ; 63 12
  55.     adca    ind8,x        ; 43 12
  56.     adca    ind8,y        ; 53 12
  57.     adca    ind8,z        ; 63 12
  58.     adca    #imm8        ; 73 01
  59.     adca    #num8        ; 73r00
  60.     adca    offset16,x16    ; 17 43s00r00
  61.     adca    offset16,y16    ; 17 53s00r00
  62.     adca    offset16,z16    ; 17 63s00r00
  63.     adca    offset16,x    ; 17 43s00r00
  64.     adca    offset16,y    ; 17 53s00r00
  65.     adca    offset16,z    ; 17 63s00r00
  66.     adca    ind16,x16    ; 17 43 34 56
  67.     adca    ind16,y16    ; 17 53 34 56
  68.     adca    ind16,z16    ; 17 63 34 56
  69.     adca    ind16,x        ; 17 43 34 56
  70.     adca    ind16,y        ; 17 53 34 56
  71.     adca    ind16,z        ; 17 63 34 56
  72.     adca    address        ; 17 73 11 22
  73.     adca    external    ; 17 73s00r00
  74.     adca    e,x        ; 27 43
  75.     adca    e,y        ; 27 53
  76.     adca    e,z        ; 27 63
  77.  
  78.     adcb    ,x        ; C3 00
  79.     adcb    ,y        ; D3 00
  80.     adcb    ,z        ; E3 00
  81.     adcb    ,x8        ; C3 00
  82.     adcb    ,y8        ; D3 00
  83.     adcb    ,z8        ; E3 00
  84.     adcb    ,x16        ; 17 C3 00 00
  85.     adcb    ,y16        ; 17 D3 00 00
  86.     adcb    ,z16        ; 17 E3 00 00
  87.     adcb    offset8,x8    ; C3u00
  88.     adcb    offset8,y8    ; D3u00
  89.     adcb    offset8,z8    ; E3u00
  90.     adcb    ind8,x8        ; C3 12
  91.     adcb    ind8,y8        ; D3 12
  92.     adcb    ind8,z8        ; E3 12
  93.     adcb    ind8,x        ; C3 12
  94.     adcb    ind8,y        ; D3 12
  95.     adcb    ind8,z        ; E3 12
  96.     adcb    #imm8        ; F3 01
  97.     adcb    #num8        ; F3r00
  98.     adcb    offset16,x16    ; 17 C3s00r00
  99.     adcb    offset16,y16    ; 17 D3s00r00
  100.     adcb    offset16,z16    ; 17 E3s00r00
  101.     adcb    offset16,x    ; 17 C3s00r00
  102.     adcb    offset16,y    ; 17 D3s00r00
  103.     adcb    offset16,z    ; 17 E3s00r00
  104.     adcb    ind16,x16    ; 17 C3 34 56
  105.     adcb    ind16,y16    ; 17 D3 34 56
  106.     adcb    ind16,z16    ; 17 E3 34 56
  107.     adcb    ind16,x        ; 17 C3 34 56
  108.     adcb    ind16,y        ; 17 D3 34 56
  109.     adcb    ind16,z        ; 17 E3 34 56
  110.     adcb    address        ; 17 F3 11 22
  111.     adcb    external    ; 17 F3s00r00
  112.     adcb    e,x        ; 27 C3
  113.     adcb    e,y        ; 27 D3
  114.     adcb    e,z        ; 27 E3
  115.  
  116.     adcd    ,x        ; 83 00
  117.     adcd    ,y        ; 93 00
  118.     adcd    ,z        ; A3 00
  119.     adcd    ,x8        ; 83 00
  120.     adcd    ,y8        ; 93 00
  121.     adcd    ,z8        ; A3 00
  122.     adcd    ,x16        ; 37 C3 00 00
  123.     adcd    ,y16        ; 37 D3 00 00
  124.     adcd    ,z16        ; 37 E3 00 00
  125.     adcd    offset8,x8    ; 83u00
  126.     adcd    offset8,y8    ; 93u00
  127.     adcd    offset8,z8    ; A3u00
  128.     adcd    ind8,x8        ; 83 12
  129.     adcd    ind8,y8        ; 93 12
  130.     adcd    ind8,z8        ; A3 12
  131.     adcd    ind8,x        ; 83 12
  132.     adcd    ind8,y        ; 93 12
  133.     adcd    ind8,z        ; A3 12
  134.     adcd    #imm16        ; 37 B3 23 45
  135.     adcd    #num16        ; 37 B3s00r00
  136.     adcd    offset16,x16    ; 37 C3s00r00
  137.     adcd    offset16,y16    ; 37 D3s00r00
  138.     adcd    offset16,z16    ; 37 E3s00r00
  139.     adcd    offset16,x    ; 37 C3s00r00
  140.     adcd    offset16,y    ; 37 D3s00r00
  141.     adcd    offset16,z    ; 37 E3s00r00
  142.     adcd    ind16,x16    ; 37 C3 34 56
  143.     adcd    ind16,y16    ; 37 D3 34 56
  144.     adcd    ind16,z16    ; 37 E3 34 56
  145.     adcd    ind16,x        ; 37 C3 34 56
  146.     adcd    ind16,y        ; 37 D3 34 56
  147.     adcd    ind16,z        ; 37 E3 34 56
  148.     adcd    address        ; 37 F3 11 22
  149.     adcd    external    ; 37 F3s00r00
  150.     adcd    e,x        ; 27 83
  151.     adcd    e,y        ; 27 93
  152.     adcd    e,z        ; 27 A3
  153.  
  154.     adce    #imm16        ; 37 33 23 45
  155.     adce    #num16        ; 37 33s00r00
  156.     adce    ,x        ; 37 43 00 00
  157.     adce    ,y        ; 37 53 00 00
  158.     adce    ,z        ; 37 63 00 00
  159.     adce    ,x16        ; 37 43 00 00
  160.     adce    ,y16        ; 37 53 00 00
  161.     adce    ,z16        ; 37 63 00 00
  162.     adce    offset16,x16    ; 37 43s00r00
  163.     adce    offset16,y16    ; 37 53s00r00
  164.     adce    offset16,z16    ; 37 63s00r00
  165.     adce    offset16,x    ; 37 43s00r00
  166.     adce    offset16,y    ; 37 53s00r00
  167.     adce    offset16,z    ; 37 63s00r00
  168.     adce    ind16,x16    ; 37 43 34 56
  169.     adce    ind16,y16    ; 37 53 34 56
  170.     adce    ind16,z16    ; 37 63 34 56
  171.     adce    ind16,x        ; 37 43 34 56
  172.     adce    ind16,y        ; 37 53 34 56
  173.     adce    ind16,z        ; 37 63 34 56
  174.     adce    address        ; 37 73 11 22
  175.     adce    external    ; 37 73s00r00
  176.  
  177.     adda    ,x        ; 41 00
  178.     adda    ,y        ; 51 00
  179.     adda    ,z        ; 61 00
  180.     adda    ,x8        ; 41 00
  181.     adda    ,y8        ; 51 00
  182.     adda    ,z8        ; 61 00
  183.     adda    ,x16        ; 17 41 00 00
  184.     adda    ,y16        ; 17 51 00 00
  185.     adda    ,z16        ; 17 61 00 00
  186.     adda    offset8,x8    ; 41u00
  187.     adda    offset8,y8    ; 51u00
  188.     adda    offset8,z8    ; 61u00
  189.     adda    ind8,x8        ; 41 12
  190.     adda    ind8,y8        ; 51 12
  191.     adda    ind8,z8        ; 61 12
  192.     adda    ind8,x        ; 41 12
  193.     adda    ind8,y        ; 51 12
  194.     adda    ind8,z        ; 61 12
  195.     adda    #imm8        ; 71 01
  196.     adda    #num8        ; 71r00
  197.     adda    offset16,x16    ; 17 41s00r00
  198.     adda    offset16,y16    ; 17 51s00r00
  199.     adda    offset16,z16    ; 17 61s00r00
  200.     adda    offset16,x    ; 17 41s00r00
  201.     adda    offset16,y    ; 17 51s00r00
  202.     adda    offset16,z    ; 17 61s00r00
  203.     adda    ind16,x16    ; 17 41 34 56
  204.     adda    ind16,y16    ; 17 51 34 56
  205.     adda    ind16,z16    ; 17 61 34 56
  206.     adda    ind16,x        ; 17 41 34 56
  207.     adda    ind16,y        ; 17 51 34 56
  208.     adda    ind16,z        ; 17 61 34 56
  209.     adda    address        ; 17 71 11 22
  210.     adda    external    ; 17 71s00r00
  211.     adda    e,x        ; 27 41
  212.     adda    e,y        ; 27 51
  213.     adda    e,z        ; 27 61
  214.  
  215.     addb    ,x        ; C1 00
  216.     addb    ,y        ; D1 00
  217.     addb    ,z        ; E1 00
  218.     addb    ,x8        ; C1 00
  219.     addb    ,y8        ; D1 00
  220.     addb    ,z8        ; E1 00
  221.     addb    ,x16        ; 17 C1 00 00
  222.     addb    ,y16        ; 17 D1 00 00
  223.     addb    ,z16        ; 17 E1 00 00
  224.     addb    offset8,x8    ; C1u00
  225.     addb    offset8,y8    ; D1u00
  226.     addb    offset8,z8    ; E1u00
  227.     addb    ind8,x8        ; C1 12
  228.     addb    ind8,y8        ; D1 12
  229.     addb    ind8,z8        ; E1 12
  230.     addb    ind8,x        ; C1 12
  231.     addb    ind8,y        ; D1 12
  232.     addb    ind8,z        ; E1 12
  233.     addb    #imm8        ; F1 01
  234.     addb    #num8        ; F1r00
  235.     addb    offset16,x16    ; 17 C1s00r00
  236.     addb    offset16,y16    ; 17 D1s00r00
  237.     addb    offset16,z16    ; 17 E1s00r00
  238.     addb    offset16,x    ; 17 C1s00r00
  239.     addb    offset16,y    ; 17 D1s00r00
  240.     addb    offset16,z    ; 17 E1s00r00
  241.     addb    ind16,x16    ; 17 C1 34 56
  242.     addb    ind16,y16    ; 17 D1 34 56
  243.     addb    ind16,z16    ; 17 E1 34 56
  244.     addb    ind16,x        ; 17 C1 34 56
  245.     addb    ind16,y        ; 17 D1 34 56
  246.     addb    ind16,z        ; 17 E1 34 56
  247.     addb    address        ; 17 F1 11 22
  248.     addb    external    ; 17 F1s00r00
  249.     addb    e,x        ; 27 C1
  250.     addb    e,y        ; 27 D1
  251.     addb    e,z        ; 27 E1
  252.  
  253.     addd    #imm8        ; FC 01
  254.     addd    #num8        ; 37 B1s00r00
  255.     addd    ,x        ; 81 00
  256.     addd    ,y        ; 91 00
  257.     addd    ,z        ; A1 00
  258.     addd    ,x8        ; 81 00
  259.     addd    ,y8        ; 91 00
  260.     addd    ,z8        ; A1 00
  261.     addd    ,x16        ; 37 C1 00 00
  262.     addd    ,y16        ; 37 D1 00 00
  263.     addd    ,z16        ; 37 E1 00 00
  264.     addd    offset8,x8    ; 81u00
  265.     addd    offset8,y8    ; 91u00
  266.     addd    offset8,z8    ; A1u00
  267.     addd    ind8,x8        ; 81 12
  268.     addd    ind8,y8        ; 91 12
  269.     addd    ind8,z8        ; A1 12
  270.     addd    ind8,x        ; 81 12
  271.     addd    ind8,y        ; 91 12
  272.     addd    ind8,z        ; A1 12
  273.     addd    #imm16        ; 37 B1 23 45
  274.     addd    #num16        ; 37 B1s00r00
  275.     addd    offset16,x16    ; 37 C1s00r00
  276.     addd    offset16,y16    ; 37 D1s00r00
  277.     addd    offset16,z16    ; 37 E1s00r00
  278.     addd    offset16,x    ; 37 C1s00r00
  279.     addd    offset16,y    ; 37 D1s00r00
  280.     addd    offset16,z    ; 37 E1s00r00
  281.     addd    ind16,x16    ; 37 C1 34 56
  282.     addd    ind16,y16    ; 37 D1 34 56
  283.     addd    ind16,z16    ; 37 E1 34 56
  284.     addd    ind16,x        ; 37 C1 34 56
  285.     addd    ind16,y        ; 37 D1 34 56
  286.     addd    ind16,z        ; 37 E1 34 56
  287.     addd    address        ; 37 F1 11 22
  288.     addd    external    ; 37 F1s00r00
  289.     addd    e,x        ; 27 81
  290.     addd    e,y        ; 27 91
  291.     addd    e,z        ; 27 A1
  292.  
  293.     adde    #imm8        ; 7C 01
  294.     adde    #num8        ; 37 31s00r00
  295.     adde    #imm16        ; 37 31 23 45
  296.     adde    #num16        ; 37 31s00r00
  297.     adde    ,x        ; 37 41 00 00
  298.     adde    ,y        ; 37 51 00 00
  299.     adde    ,z        ; 37 61 00 00
  300.     adde    ,x16        ; 37 41 00 00
  301.     adde    ,y16        ; 37 51 00 00
  302.     adde    ,z16        ; 37 61 00 00
  303.     adde    offset16,x16    ; 37 41s00r00
  304.     adde    offset16,y16    ; 37 51s00r00
  305.     adde    offset16,z16    ; 37 61s00r00
  306.     adde    offset16,x    ; 37 41s00r00
  307.     adde    offset16,y    ; 37 51s00r00
  308.     adde    offset16,z    ; 37 61s00r00
  309.     adde    ind16,x16    ; 37 41 34 56
  310.     adde    ind16,y16    ; 37 51 34 56
  311.     adde    ind16,z16    ; 37 61 34 56
  312.     adde    ind16,x        ; 37 41 34 56
  313.     adde    ind16,y        ; 37 51 34 56
  314.     adde    ind16,z        ; 37 61 34 56
  315.     adde    address        ; 37 71 11 22
  316.     adde    external    ; 37 71s00r00
  317.  
  318.     ade            ; 27 78
  319.     adx            ; 37 CD
  320.     ady            ; 37 DD
  321.     adz            ; 37 ED
  322.     aex            ; 37 4D
  323.     aey            ; 37 5D
  324.     aez            ; 37 6D
  325.  
  326.     ais    #imm8        ; 3F 01
  327.     ais    #num8        ; 37 3Fs00r00
  328.     ais    #imm16        ; 37 3F 23 45
  329.     ais    #num16        ; 37 3Fs00r00
  330.  
  331.     aix    #imm8        ; 3C 01
  332.     aix    #num8        ; 37 3Cs00r00
  333.     aix    #imm16        ; 37 3C 23 45
  334.     aix    #num16        ; 37 3Cs00r00
  335.  
  336.     aiy    #imm8        ; 3D 01
  337.     aiy    #num8        ; 37 3Ds00r00
  338.     aiy    #imm16        ; 37 3D 23 45
  339.     aiy    #num16        ; 37 3Ds00r00
  340.  
  341.     aiz    #imm8        ; 3E 01
  342.     aiz    #num8        ; 37 3Es00r00
  343.     aiz    #imm16        ; 37 3E 23 45
  344.     aiz    #num16        ; 37 3Es00r00
  345.  
  346.     anda    ,x        ; 46 00
  347.     anda    ,y        ; 56 00
  348.     anda    ,z        ; 66 00
  349.     anda    ,x8        ; 46 00
  350.     anda    ,y8        ; 56 00
  351.     anda    ,z8        ; 66 00
  352.     anda    ,x16        ; 17 46 00 00
  353.     anda    ,y16        ; 17 56 00 00
  354.     anda    ,z16        ; 17 66 00 00
  355.     anda    offset8,x8    ; 46u00
  356.     anda    offset8,y8    ; 56u00
  357.     anda    offset8,z8    ; 66u00
  358.     anda    ind8,x8        ; 46 12
  359.     anda    ind8,y8        ; 56 12
  360.     anda    ind8,z8        ; 66 12
  361.     anda    ind8,x        ; 46 12
  362.     anda    ind8,y        ; 56 12
  363.     anda    ind8,z        ; 66 12
  364.     anda    #imm8        ; 76 01
  365.     anda    #num8        ; 76r00
  366.     anda    offset16,x16    ; 17 46s00r00
  367.     anda    offset16,y16    ; 17 56s00r00
  368.     anda    offset16,z16    ; 17 66s00r00
  369.     anda    offset16,x    ; 17 46s00r00
  370.     anda    offset16,y    ; 17 56s00r00
  371.     anda    offset16,z    ; 17 66s00r00
  372.     anda    ind16,x16    ; 17 46 34 56
  373.     anda    ind16,y16    ; 17 56 34 56
  374.     anda    ind16,z16    ; 17 66 34 56
  375.     anda    ind16,x        ; 17 46 34 56
  376.     anda    ind16,y        ; 17 56 34 56
  377.     anda    ind16,z        ; 17 66 34 56
  378.     anda    address        ; 17 76 11 22
  379.     anda    external    ; 17 76s00r00
  380.     anda    e,x        ; 27 46
  381.     anda    e,y        ; 27 56
  382.     anda    e,z        ; 27 66
  383.  
  384.     andb    ,x        ; C6 00
  385.     andb    ,y        ; D6 00
  386.     andb    ,z        ; E6 00
  387.     andb    ,x8        ; C6 00
  388.     andb    ,y8        ; D6 00
  389.     andb    ,z8        ; E6 00
  390.     andb    ,x16        ; 17 C6 00 00
  391.     andb    ,y16        ; 17 D6 00 00
  392.     andb    ,z16        ; 17 E6 00 00
  393.     andb    offset8,x8    ; C6u00
  394.     andb    offset8,y8    ; D6u00
  395.     andb    offset8,z8    ; E6u00
  396.     andb    ind8,x8        ; C6 12
  397.     andb    ind8,y8        ; D6 12
  398.     andb    ind8,z8        ; E6 12
  399.     andb    ind8,x        ; C6 12
  400.     andb    ind8,y        ; D6 12
  401.     andb    ind8,z        ; E6 12
  402.     andb    #imm8        ; F6 01
  403.     andb    #num8        ; F6r00
  404.     andb    offset16,x16    ; 17 C6s00r00
  405.     andb    offset16,y16    ; 17 D6s00r00
  406.     andb    offset16,z16    ; 17 E6s00r00
  407.     andb    offset16,x    ; 17 C6s00r00
  408.     andb    offset16,y    ; 17 D6s00r00
  409.     andb    offset16,z    ; 17 E6s00r00
  410.     andb    ind16,x16    ; 17 C6 34 56
  411.     andb    ind16,y16    ; 17 D6 34 56
  412.     andb    ind16,z16    ; 17 E6 34 56
  413.     andb    ind16,x        ; 17 C6 34 56
  414.     andb    ind16,y        ; 17 D6 34 56
  415.     andb    ind16,z        ; 17 E6 34 56
  416.     andb    address        ; 17 F6 11 22
  417.     andb    external    ; 17 F6s00r00
  418.     andb    e,x        ; 27 C6
  419.     andb    e,y        ; 27 D6
  420.     andb    e,z        ; 27 E6
  421.  
  422.     andd    ,x        ; 86 00
  423.     andd    ,y        ; 96 00
  424.     andd    ,z        ; A6 00
  425.     andd    ,x8        ; 86 00
  426.     andd    ,y8        ; 96 00
  427.     andd    ,z8        ; A6 00
  428.     andd    ,x16        ; 37 C6 00 00
  429.     andd    ,y16        ; 37 D6 00 00
  430.     andd    ,z16        ; 37 E6 00 00
  431.     andd    offset8,x8    ; 86u00
  432.     andd    offset8,y8    ; 96u00
  433.     andd    offset8,z8    ; A6u00
  434.     andd    ind8,x8        ; 86 12
  435.     andd    ind8,y8        ; 96 12
  436.     andd    ind8,z8        ; A6 12
  437.     andd    ind8,x        ; 86 12
  438.     andd    ind8,y        ; 96 12
  439.     andd    ind8,z        ; A6 12
  440.     andd    #imm16        ; 37 B6 23 45
  441.     andd    #num16        ; 37 B6s00r00
  442.     andd    offset16,x16    ; 37 C6s00r00
  443.     andd    offset16,y16    ; 37 D6s00r00
  444.     andd    offset16,z16    ; 37 E6s00r00
  445.     andd    offset16,x    ; 37 C6s00r00
  446.     andd    offset16,y    ; 37 D6s00r00
  447.     andd    offset16,z    ; 37 E6s00r00
  448.     andd    ind16,x16    ; 37 C6 34 56
  449.     andd    ind16,y16    ; 37 D6 34 56
  450.     andd    ind16,z16    ; 37 E6 34 56
  451.     andd    ind16,x        ; 37 C6 34 56
  452.     andd    ind16,y        ; 37 D6 34 56
  453.     andd    ind16,z        ; 37 E6 34 56
  454.     andd    address        ; 37 F6 11 22
  455.     andd    external    ; 37 F6s00r00
  456.     andd    e,x        ; 27 86
  457.     andd    e,y        ; 27 96
  458.     andd    e,z        ; 27 A6
  459.  
  460.     ande    #imm16        ; 37 36 23 45
  461.     ande    #num16        ; 37 36s00r00
  462.     ande    ,x        ; 37 46 00 00
  463.     ande    ,y        ; 37 56 00 00
  464.     ande    ,z        ; 37 66 00 00
  465.     ande    ,x16        ; 37 46 00 00
  466.     ande    ,y16        ; 37 56 00 00
  467.     ande    ,z16        ; 37 66 00 00
  468.     ande    offset16,x16    ; 37 46s00r00
  469.     ande    offset16,y16    ; 37 56s00r00
  470.     ande    offset16,z16    ; 37 66s00r00
  471.     ande    offset16,x    ; 37 46s00r00
  472.     ande    offset16,y    ; 37 56s00r00
  473.     ande    offset16,z    ; 37 66s00r00
  474.     ande    ind16,x16    ; 37 46 34 56
  475.     ande    ind16,y16    ; 37 56 34 56
  476.     ande    ind16,z16    ; 37 66 34 56
  477.     ande    ind16,x        ; 37 46 34 56
  478.     ande    ind16,y        ; 37 56 34 56
  479.     ande    ind16,z        ; 37 66 34 56
  480.     ande    address        ; 37 76 11 22
  481.     ande    external    ; 37 76s00r00
  482.  
  483.     andp    #imm8        ; 37 2A 00 01
  484.     andp    #num8        ; 37 2As00r00
  485.     andp    #imm16        ; 37 2A 23 45
  486.     andp    #num16        ; 37 2As00r00
  487.  
  488.     asl    ,x        ; 04 00
  489.     asl    ,y        ; 14 00
  490.     asl    ,z        ; 24 00
  491.     asl    ,x8        ; 04 00
  492.     asl    ,y8        ; 14 00
  493.     asl    ,z8        ; 24 00
  494.     asl    ,x16        ; 17 04 00 00
  495.     asl    ,y16        ; 17 14 00 00
  496.     asl    ,z16        ; 17 24 00 00
  497.     asl    offset8,x8    ; 04u00
  498.     asl    offset8,y8    ; 14u00
  499.     asl    offset8,z8    ; 24u00
  500.     asl    ind8,x8        ; 04 12
  501.     asl    ind8,y8        ; 14 12
  502.     asl    ind8,z8        ; 24 12
  503.     asl    ind8,x        ; 04 12
  504.     asl    ind8,y        ; 14 12
  505.     asl    ind8,z        ; 24 12
  506.     asl    offset16,x16    ; 17 04s00r00
  507.     asl    offset16,y16    ; 17 14s00r00
  508.     asl    offset16,z16    ; 17 24s00r00
  509.     asl    offset16,x    ; 17 04s00r00
  510.     asl    offset16,y    ; 17 14s00r00
  511.     asl    offset16,z    ; 17 24s00r00
  512.     asl    ind16,x16    ; 17 04 34 56
  513.     asl    ind16,y16    ; 17 14 34 56
  514.     asl    ind16,z16    ; 17 24 34 56
  515.     asl    ind16,x        ; 17 04 34 56
  516.     asl    ind16,y        ; 17 14 34 56
  517.     asl    ind16,z        ; 17 24 34 56
  518.     asl    address        ; 17 34 11 22
  519.     asl    external    ; 17 34s00r00
  520.  
  521.     asla            ; 37 04
  522.     aslb            ; 37 14
  523.     asld            ; 27 F4
  524.     asle            ; 27 74
  525.     aslm            ; 27 B6
  526.  
  527.     aslw    ,x        ; 27 04 00 00
  528.     aslw    ,y        ; 27 14 00 00
  529.     aslw    ,z        ; 27 24 00 00
  530.     aslw    ,x16        ; 27 04 00 00
  531.     aslw    ,y16        ; 27 14 00 00
  532.     aslw    ,z16        ; 27 24 00 00
  533.     aslw    offset16,x16    ; 27 04s00r00
  534.     aslw    offset16,y16    ; 27 14s00r00
  535.     aslw    offset16,z16    ; 27 24s00r00
  536.     aslw    offset16,x    ; 27 04s00r00
  537.     aslw    offset16,y    ; 27 14s00r00
  538.     aslw    offset16,z    ; 27 24s00r00
  539.     aslw    ind16,x16    ; 27 04 34 56
  540.     aslw    ind16,y16    ; 27 14 34 56
  541.     aslw    ind16,z16    ; 27 24 34 56
  542.     aslw    ind16,x        ; 27 04 34 56
  543.     aslw    ind16,y        ; 27 14 34 56
  544.     aslw    ind16,z        ; 27 24 34 56
  545.     aslw    address        ; 27 34 11 22
  546.     aslw    external    ; 27 34s00r00
  547.  
  548.     asr    ,x        ; 0D 00
  549.     asr    ,y        ; 1D 00
  550.     asr    ,z        ; 2D 00
  551.     asr    ,x8        ; 0D 00
  552.     asr    ,y8        ; 1D 00
  553.     asr    ,z8        ; 2D 00
  554.     asr    ,x16        ; 17 0D 00 00
  555.     asr    ,y16        ; 17 1D 00 00
  556.     asr    ,z16        ; 17 2D 00 00
  557.     asr    offset8,x8    ; 0Du00
  558.     asr    offset8,y8    ; 1Du00
  559.     asr    offset8,z8    ; 2Du00
  560.     asr    ind8,x8        ; 0D 12
  561.     asr    ind8,y8        ; 1D 12
  562.     asr    ind8,z8        ; 2D 12
  563.     asr    ind8,x        ; 0D 12
  564.     asr    ind8,y        ; 1D 12
  565.     asr    ind8,z        ; 2D 12
  566.     asr    offset16,x16    ; 17 0Ds00r00
  567.     asr    offset16,y16    ; 17 1Ds00r00
  568.     asr    offset16,z16    ; 17 2Ds00r00
  569.     asr    offset16,x    ; 17 0Ds00r00
  570.     asr    offset16,y    ; 17 1Ds00r00
  571.     asr    offset16,z    ; 17 2Ds00r00
  572.     asr    ind16,x16    ; 17 0D 34 56
  573.     asr    ind16,y16    ; 17 1D 34 56
  574.     asr    ind16,z16    ; 17 2D 34 56
  575.     asr    ind16,x        ; 17 0D 34 56
  576.     asr    ind16,y        ; 17 1D 34 56
  577.     asr    ind16,z        ; 17 2D 34 56
  578.     asr    address        ; 17 3D 11 22
  579.     asr    external    ; 17 3Ds00r00
  580.  
  581.     asra            ; 37 0D
  582.     asrb            ; 37 1D
  583.     asrd            ; 27 FD
  584.     asre            ; 27 7D
  585.     asrm            ; 27 BA
  586.  
  587.     asrw    ,x        ; 27 0D 00 00
  588.     asrw    ,y        ; 27 1D 00 00
  589.     asrw    ,z        ; 27 2D 00 00
  590.     asrw    ,x16        ; 27 0D 00 00
  591.     asrw    ,y16        ; 27 1D 00 00
  592.     asrw    ,z16        ; 27 2D 00 00
  593.     asrw    offset16,x16    ; 27 0Ds00r00
  594.     asrw    offset16,y16    ; 27 1Ds00r00
  595.     asrw    offset16,z16    ; 27 2Ds00r00
  596.     asrw    offset16,x    ; 27 0Ds00r00
  597.     asrw    offset16,y    ; 27 1Ds00r00
  598.     asrw    offset16,z    ; 27 2Ds00r00
  599.     asrw    ind16,x16    ; 27 0D 34 56
  600.     asrw    ind16,y16    ; 27 1D 34 56
  601.     asrw    ind16,z16    ; 27 2D 34 56
  602.     asrw    ind16,x        ; 27 0D 34 56
  603.     asrw    ind16,y        ; 27 1D 34 56
  604.     asrw    ind16,z        ; 27 2D 34 56
  605.     asrw    address        ; 27 3D 11 22
  606.     asrw    external    ; 27 3Ds00r00
  607.  
  608.     bclr    ,x,#mask8        ; 17 08 78 00
  609.     bclr    ,y,#mask8        ; 17 18 78 00
  610.     bclr    ,z,#mask8        ; 17 28 78 00
  611.     bclr    ,x8,#mask8        ; 17 08 78 00
  612.     bclr    ,y8,#mask8        ; 17 18 78 00
  613.     bclr    ,z8,#mask8        ; 17 28 78 00
  614.     bclr    ,x16,#mask8        ; 08 78 00 00
  615.     bclr    ,y16,#mask8        ; 18 78 00 00
  616.     bclr    ,z16,#mask8        ; 28 78 00 00
  617.     bclr    offset8,x8,#mask8    ; 17 08 78u00
  618.     bclr    offset8,y8,#mask8    ; 17 18 78u00
  619.     bclr    offset8,z8,#mask8    ; 17 28 78u00
  620.     bclr    ind8,x8,#mask8        ; 17 08 78 12
  621.     bclr    ind8,y8,#mask8        ; 17 18 78 12
  622.     bclr    ind8,z8,#mask8        ; 17 28 78 12
  623.     bclr    ind8,x,#mask8        ; 17 08 78 12
  624.     bclr    ind8,y,#mask8        ; 17 18 78 12
  625.     bclr    ind8,z,#mask8        ; 17 28 78 12
  626.     bclr    offset16,x16,#mask8    ; 08 78s00r00
  627.     bclr    offset16,y16,#mask8    ; 18 78s00r00
  628.     bclr    offset16,z16,#mask8    ; 28 78s00r00
  629.     bclr    offset16,x,#mask8    ; 08 78s00r00
  630.     bclr    offset16,y,#mask8    ; 18 78s00r00
  631.     bclr    offset16,z,#mask8    ; 28 78s00r00
  632.     bclr    ind16,x16,#mask8    ; 08 78 34 56
  633.     bclr    ind16,y16,#mask8    ; 18 78 34 56
  634.     bclr    ind16,z16,#mask8    ; 28 78 34 56
  635.     bclr    ind16,x,#mask8        ; 08 78 34 56
  636.     bclr    ind16,y,#mask8        ; 18 78 34 56
  637.     bclr    ind16,z,#mask8        ; 28 78 34 56
  638.     bclr    address,#mask8        ; 38 78 11 22
  639.     bclr    external,#mask8        ; 38 78s00r00
  640.  
  641.     bclr    ,x,#emsk8        ; 17 08u00 00
  642.     bclr    ,y,#emsk8        ; 17 18u00 00
  643.     bclr    ,z,#emsk8        ; 17 28u00 00
  644.     bclr    ,x8,#emsk8        ; 17 08u00 00
  645.     bclr    ,y8,#emsk8        ; 17 18u00 00
  646.     bclr    ,z8,#emsk8        ; 17 28u00 00
  647.     bclr    ,x16,#emsk8        ; 08u00 00 00
  648.     bclr    ,y16,#emsk8        ; 18u00 00 00
  649.     bclr    ,z16,#emsk8        ; 28u00 00 00
  650.     bclr    offset8,x8,#emsk8    ; 17 08u00u00
  651.     bclr    offset8,y8,#emsk8    ; 17 18u00u00
  652.     bclr    offset8,z8,#emsk8    ; 17 28u00u00
  653.     bclr    ind8,x8,#emsk8        ; 17 08u00 12
  654.     bclr    ind8,y8,#emsk8        ; 17 18u00 12
  655.     bclr    ind8,z8,#emsk8        ; 17 28u00 12
  656.     bclr    ind8,x,#emsk8        ; 17 08u00 12
  657.     bclr    ind8,y,#emsk8        ; 17 18u00 12
  658.     bclr    ind8,z,#emsk8        ; 17 28u00 12
  659.     bclr    offset16,x16,#emsk8    ; 08u00s00r00
  660.     bclr    offset16,y16,#emsk8    ; 18u00s00r00
  661.     bclr    offset16,z16,#emsk8    ; 28u00s00r00
  662.     bclr    offset16,x,#emsk8    ; 08u00s00r00
  663.     bclr    offset16,y,#emsk8    ; 18u00s00r00
  664.     bclr    offset16,z,#emsk8    ; 28u00s00r00
  665.     bclr    ind16,x16,#emsk8    ; 08u00 34 56
  666.     bclr    ind16,y16,#emsk8    ; 18u00 34 56
  667.     bclr    ind16,z16,#emsk8    ; 28u00 34 56
  668.     bclr    ind16,x,#emsk8        ; 08u00 34 56
  669.     bclr    ind16,y,#emsk8        ; 18u00 34 56
  670.     bclr    ind16,z,#emsk8        ; 28u00 34 56
  671.     bclr    address,#emsk8        ; 38u00 11 22
  672.     bclr    external,#emsk8        ; 38u00s00r00
  673.  
  674.     bclrw    ,x,#mask16        ; 27 08 9A BC 00 00
  675.     bclrw    ,y,#mask16        ; 27 18 9A BC 00 00
  676.     bclrw    ,z,#mask16        ; 27 28 9A BC 00 00
  677.     bclrw    ,x16,#mask16        ; 27 08 9A BC 00 00
  678.     bclrw    ,y16,#mask16        ; 27 18 9A BC 00 00
  679.     bclrw    ,z16,#mask16        ; 27 28 9A BC 00 00
  680.     bclrw    offset16,x16,#mask16    ; 27 08 9A BCs00r00
  681.     bclrw    offset16,y16,#mask16    ; 27 18 9A BCs00r00
  682.     bclrw    offset16,z16,#mask16    ; 27 28 9A BCs00r00
  683.     bclrw    offset16,x,#mask16    ; 27 08 9A BCs00r00
  684.     bclrw    offset16,y,#mask16    ; 27 18 9A BCs00r00
  685.     bclrw    offset16,z,#mask16    ; 27 28 9A BCs00r00
  686.     bclrw    ind16,x16,#mask16    ; 27 08 9A BC 34 56
  687.     bclrw    ind16,y16,#mask16    ; 27 18 9A BC 34 56
  688.     bclrw    ind16,z16,#mask16    ; 27 28 9A BC 34 56
  689.     bclrw    ind16,x,#mask16        ; 27 08 9A BC 34 56
  690.     bclrw    ind16,y,#mask16        ; 27 18 9A BC 34 56
  691.     bclrw    ind16,z,#mask16        ; 27 28 9A BC 34 56
  692.     bclrw    address,#mask16        ; 27 38 9A BC 11 22
  693.     bclrw    external,#mask16    ; 27 38 9A BCs00r00
  694.  
  695.     bclrw    ,x,#emsk16        ; 27 08s00r00 00 00
  696.     bclrw    ,y,#emsk16        ; 27 18s00r00 00 00
  697.     bclrw    ,z,#emsk16        ; 27 28s00r00 00 00
  698.     bclrw    ,x16,#emsk16        ; 27 08s00r00 00 00
  699.     bclrw    ,y16,#emsk16        ; 27 18s00r00 00 00
  700.     bclrw    ,z16,#emsk16        ; 27 28s00r00 00 00
  701.     bclrw    offset16,x16,#emsk16    ; 27 08s00r00s00r00
  702.     bclrw    offset16,y16,#emsk16    ; 27 18s00r00s00r00
  703.     bclrw    offset16,z16,#emsk16    ; 27 28s00r00s00r00
  704.     bclrw    offset16,x,#emsk16    ; 27 08s00r00s00r00
  705.     bclrw    offset16,y,#emsk16    ; 27 18s00r00s00r00
  706.     bclrw    offset16,z,#emsk16    ; 27 28s00r00s00r00
  707.     bclrw    ind16,x16,#emsk16    ; 27 08s00r00 34 56
  708.     bclrw    ind16,y16,#emsk16    ; 27 18s00r00 34 56
  709.     bclrw    ind16,z16,#emsk16    ; 27 28s00r00 34 56
  710.     bclrw    ind16,x,#emsk16        ; 27 08s00r00 34 56
  711.     bclrw    ind16,y,#emsk16        ; 27 18s00r00 34 56
  712.     bclrw    ind16,z,#emsk16        ; 27 28s00r00 34 56
  713.     bclrw    address,#emsk16        ; 27 38s00r00 11 22
  714.     bclrw    external,#emsk16    ; 27 38s00r00s00r00
  715.  
  716.     bgnd            ; 37 A6
  717.  
  718.     bcc    .+0x12        ; B4 10
  719.     bcs    .+0x12        ; B5 10
  720.     beq    .+0x12        ; B7 10
  721.     bge    .+0x12        ; BC 10
  722.     bgt    .+0x12        ; BE 10
  723.     bhi    .+0x12        ; B2 10
  724.     bhis    .+0x12        ; B4 10
  725.     bhs    .+0x12        ; B4 10
  726.     ble    .+0x12        ; BF 10
  727.     blo    .+0x12        ; B5 10
  728.     blos    .+0x12        ; B3 10
  729.     bls    .+0x12        ; B3 10
  730.     blt    .+0x12        ; BD 10
  731.     bmi    .+0x12        ; BB 10
  732.     bne    .+0x12        ; B6 10
  733.     bpl    .+0x12        ; BA 10
  734.     bra    .+0x12        ; B0 10
  735.     brn    .+0x12        ; B1 10
  736.     bsr    .+0x12        ; 36 10
  737.     bvc    .+0x12        ; B8 10
  738.     bvs    .+0x12        ; B9 10
  739.  
  740.     bcc    external    ; B4p00
  741.     bcs    external    ; B5p00
  742.     beq    external    ; B7p00
  743.     bge    external    ; BCp00
  744.     bgt    external    ; BEp00
  745.     bhi    external    ; B2p00
  746.     bhis    external    ; B4p00
  747.     bhs    external    ; B4p00
  748.     ble    external    ; BFp00
  749.     blo    external    ; B5p00
  750.     blos    external    ; B3p00
  751.     bls    external    ; B3p00
  752.     blt    external    ; BDp00
  753.     bmi    external    ; BBp00
  754.     bne    external    ; B6p00
  755.     bpl    external    ; BAp00
  756.     bra    external    ; B0p00
  757.     brn    external    ; B1p00
  758.     bsr    external    ; 36p00
  759.     bvc    external    ; B8p00
  760.     bvs    external    ; B9p00
  761.  
  762. short:    bcc    short        ; B4 FE
  763.     bcs    short        ; B5 FC
  764.     beq    short        ; B7 FA
  765.     bge    short        ; BC F8
  766.     bgt    short        ; BE F6
  767.     bhi    short        ; B2 F4
  768.     bhis    short        ; B4 F2
  769.     bhs    short        ; B4 F0
  770.     ble    short        ; BF EE
  771.     blo    short        ; B5 EC
  772.     blos    short        ; B3 EA
  773.     bls    short        ; B3 E8
  774.     blt    short        ; BD E6
  775.     bmi    short        ; BB E4
  776.     bne    short        ; B6 E2
  777.     bpl    short        ; BA E0
  778.     bra    short        ; B0 DE
  779.     brn    short        ; B1 DC
  780.     bsr    short        ; 36 DA
  781.     bvc    short        ; B8 D8
  782.     bvs    short        ; B9 D6
  783.  
  784.     bita    ,x        ; 49 00
  785.     bita    ,y        ; 59 00
  786.     bita    ,z        ; 69 00
  787.     bita    ,x8        ; 49 00
  788.     bita    ,y8        ; 59 00
  789.     bita    ,z8        ; 69 00
  790.     bita    ,x16        ; 17 49 00 00
  791.     bita    ,y16        ; 17 59 00 00
  792.     bita    ,z16        ; 17 69 00 00
  793.     bita    offset8,x8    ; 49u00
  794.     bita    offset8,y8    ; 59u00
  795.     bita    offset8,z8    ; 69u00
  796.     bita    ind8,x8        ; 49 12
  797.     bita    ind8,y8        ; 59 12
  798.     bita    ind8,z8        ; 69 12
  799.     bita    ind8,x        ; 49 12
  800.     bita    ind8,y        ; 59 12
  801.     bita    ind8,z        ; 69 12
  802.     bita    #imm8        ; 79 01
  803.     bita    #num8        ; 79r00
  804.     bita    offset16,x16    ; 17 49s00r00
  805.     bita    offset16,y16    ; 17 59s00r00
  806.     bita    offset16,z16    ; 17 69s00r00
  807.     bita    offset16,x    ; 17 49s00r00
  808.     bita    offset16,y    ; 17 59s00r00
  809.     bita    offset16,z    ; 17 69s00r00
  810.     bita    ind16,x16    ; 17 49 34 56
  811.     bita    ind16,y16    ; 17 59 34 56
  812.     bita    ind16,z16    ; 17 69 34 56
  813.     bita    ind16,x        ; 17 49 34 56
  814.     bita    ind16,y        ; 17 59 34 56
  815.     bita    ind16,z        ; 17 69 34 56
  816.     bita    address        ; 17 79 11 22
  817.     bita    external    ; 17 79s00r00
  818.     bita    e,x        ; 27 49
  819.     bita    e,y        ; 27 59
  820.     bita    e,z        ; 27 69
  821.  
  822.     bitb    ,x        ; C9 00
  823.     bitb    ,y        ; D9 00
  824.     bitb    ,z        ; E9 00
  825.     bitb    ,x8        ; C9 00
  826.     bitb    ,y8        ; D9 00
  827.     bitb    ,z8        ; E9 00
  828.     bitb    ,x16        ; 17 C9 00 00
  829.     bitb    ,y16        ; 17 D9 00 00
  830.     bitb    ,z16        ; 17 E9 00 00
  831.     bitb    offset8,x8    ; C9u00
  832.     bitb    offset8,y8    ; D9u00
  833.     bitb    offset8,z8    ; E9u00
  834.     bitb    ind8,x8        ; C9 12
  835.     bitb    ind8,y8        ; D9 12
  836.     bitb    ind8,z8        ; E9 12
  837.     bitb    ind8,x        ; C9 12
  838.     bitb    ind8,y        ; D9 12
  839.     bitb    ind8,z        ; E9 12
  840.     bitb    #imm8        ; F9 01
  841.     bitb    #num8        ; F9r00
  842.     bitb    offset16,x16    ; 17 C9s00r00
  843.     bitb    offset16,y16    ; 17 D9s00r00
  844.     bitb    offset16,z16    ; 17 E9s00r00
  845.     bitb    offset16,x    ; 17 C9s00r00
  846.     bitb    offset16,y    ; 17 D9s00r00
  847.     bitb    offset16,z    ; 17 E9s00r00
  848.     bitb    ind16,x16    ; 17 C9 34 56
  849.     bitb    ind16,y16    ; 17 D9 34 56
  850.     bitb    ind16,z16    ; 17 E9 34 56
  851.     bitb    ind16,x        ; 17 C9 34 56
  852.     bitb    ind16,y        ; 17 D9 34 56
  853.     bitb    ind16,z        ; 17 E9 34 56
  854.     bitb    address        ; 17 F9 11 22
  855.     bitb    external    ; 17 F9s00r00
  856.     bitb    e,x        ; 27 C9
  857.     bitb    e,y        ; 27 D9
  858.     bitb    e,z        ; 27 E9
  859.  
  860.     brclr    ,x,#mask8,.+0x14        ; CB 78 00 10
  861.     brclr    ,y,#mask8,.+0x14        ; DB 78 00 10
  862.     brclr    ,z,#mask8,.+0x14        ; EB 78 00 10
  863.     brclr    ,x8,#mask8,.+0x14        ; CB 78 00 10
  864.     brclr    ,y8,#mask8,.+0x14        ; DB 78 00 10
  865.     brclr    ,z8,#mask8,.+0x14        ; EB 78 00 10
  866.     brclr    ,x16,#mask8,.+0x16        ; 0A 78 00 00 00 10
  867.     brclr    ,y16,#mask8,.+0x16        ; 1A 78 00 00 00 10
  868.     brclr    ,z16,#mask8,.+0x16        ; 2A 78 00 00 00 10
  869.     brclr    offset8,x8,#mask8,.+0x14    ; CB 78u00 10
  870.     brclr    offset8,y8,#mask8,.+0x14    ; DB 78u00 10
  871.     brclr    offset8,z8,#mask8,.+0x14    ; EB 78u00 10
  872.     brclr    ind8,x8,#mask8,.+0x14        ; CB 78 12 10
  873.     brclr    ind8,y8,#mask8,.+0x14        ; DB 78 12 10
  874.     brclr    ind8,z8,#mask8,.+0x14        ; EB 78 12 10
  875.     brclr    ind8,x,#mask8,.+0x14        ; CB 78 12 10
  876.     brclr    ind8,y,#mask8,.+0x14        ; DB 78 12 10
  877.     brclr    ind8,z,#mask8,.+0x14        ; EB 78 12 10
  878.     brclr    offset16,x16,#mask8,.+0x16    ; 0A 78s00r00 00 10
  879.     brclr    offset16,y16,#mask8,.+0x16    ; 1A 78s00r00 00 10
  880.     brclr    offset16,z16,#mask8,.+0x16    ; 2A 78s00r00 00 10
  881.     brclr    offset16,x,#mask8,.+0x16    ; 0A 78s00r00 00 10
  882.     brclr    offset16,y,#mask8,.+0x16    ; 1A 78s00r00 00 10
  883.     brclr    offset16,z,#mask8,.+0x16    ; 2A 78s00r00 00 10
  884.     brclr    ind16,x16,#mask8,.+0x16     ; 0A 78 34 56 00 10
  885.     brclr    ind16,y16,#mask8,.+0x16        ; 1A 78 34 56 00 10
  886.     brclr    ind16,z16,#mask8,.+0x16        ; 2A 78 34 56 00 10
  887.     brclr    ind16,x,#mask8,.+0x16        ; 0A 78 34 56 00 10
  888.     brclr    ind16,y,#mask8,.+0x16        ; 1A 78 34 56 00 10
  889.     brclr    ind16,z,#mask8,.+0x16        ; 2A 78 34 56 00 10
  890.     brclr    address,#mask8,.+0x16        ; 3A 78 11 22 00 10
  891.     brclr    external,#mask8,.+0x16        ; 3A 78s00r00 00 10
  892.  
  893.     brclr    ,x,#emsk8,.+0x14        ; CBu00 00 10
  894.     brclr    ,y,#emsk8,.+0x14        ; DBu00 00 10
  895.     brclr    ,z,#emsk8,.+0x14        ; EBu00 00 10
  896.     brclr    ,x8,#emsk8,.+0x14        ; CBu00 00 10
  897.     brclr    ,y8,#emsk8,.+0x14        ; DBu00 00 10
  898.     brclr    ,z8,#emsk8,.+0x14        ; EBu00 00 10
  899.     brclr    ,x16,#emsk8,.+0x16        ; 0Au00 00 00 00 10
  900.     brclr    ,y16,#emsk8,.+0x16        ; 1Au00 00 00 00 10
  901.     brclr    ,z16,#emsk8,.+0x16        ; 2Au00 00 00 00 10
  902.     brclr    offset8,x8,#emsk8,.+0x14    ; CBu00u00 10
  903.     brclr    offset8,y8,#emsk8,.+0x14    ; DBu00u00 10
  904.     brclr    offset8,z8,#emsk8,.+0x14    ; EBu00u00 10
  905.     brclr    ind8,x8,#emsk8,.+0x14        ; CBu00 12 10
  906.     brclr    ind8,y8,#emsk8,.+0x14        ; DBu00 12 10
  907.     brclr    ind8,z8,#emsk8,.+0x14        ; EBu00 12 10
  908.     brclr    ind8,x,#emsk8,.+0x14        ; CBu00 12 10
  909.     brclr    ind8,y,#emsk8,.+0x14        ; DBu00 12 10
  910.     brclr    ind8,z,#emsk8,.+0x14        ; EBu00 12 10
  911.     brclr    offset16,x16,#emsk8,.+0x16    ; 0Au00s00r00 00 10
  912.     brclr    offset16,y16,#emsk8,.+0x16    ; 1Au00s00r00 00 10
  913.     brclr    offset16,z16,#emsk8,.+0x16    ; 2Au00s00r00 00 10
  914.     brclr    offset16,x,#emsk8,.+0x16    ; 0Au00s00r00 00 10
  915.     brclr    offset16,y,#emsk8,.+0x16    ; 1Au00s00r00 00 10
  916.     brclr    offset16,z,#emsk8,.+0x16    ; 2Au00s00r00 00 10
  917.     brclr    ind16,x16,#emsk8,.+0x16        ; 0Au00 34 56 00 10
  918.     brclr    ind16,y16,#emsk8,.+0x16        ; 1Au00 34 56 00 10
  919.     brclr    ind16,z16,#emsk8,.+0x16        ; 2Au00 34 56 00 10
  920.     brclr    ind16,x,#emsk8,.+0x16        ; 0Au00 34 56 00 10
  921.     brclr    ind16,y,#emsk8,.+0x16        ; 1Au00 34 56 00 10
  922.     brclr    ind16,z,#emsk8,.+0x16        ; 2Au00 34 56 00 10
  923.     brclr    address,#emsk8,.+0x16        ; 3Au00 11 22 00 10
  924.     brclr    external,#emsk8,.+0x16        ; 3Au00s00r00 00 10
  925.  
  926. brclr1:    brclr    offset8,x8,#mask8,brclr1    ; CB 78u00 FC
  927.     brclr    offset8,y8,#mask8,brclr1    ; DB 78u00 F8
  928.     brclr    offset8,z8,#mask8,brclr1    ; EB 78u00 F4
  929.     brclr    ind8,x8,#mask8,brclr1        ; CB 78 12 F0
  930.     brclr    ind8,y8,#mask8,brclr1        ; DB 78 12 EC
  931.     brclr    ind8,z8,#mask8,brclr1        ; EB 78 12 E8
  932.     brclr    ind8,x,#mask8,brclr1        ; CB 78 12 E4
  933.     brclr    ind8,y,#mask8,brclr1        ; DB 78 12 E0
  934.     brclr    ind8,z,#mask8,brclr1        ; EB 78 12 DC
  935.     brclr    offset16,x16,#mask8,brclr1    ; 0A 78s00r00 FF D6
  936.     brclr    offset16,y16,#mask8,brclr1    ; 1A 78s00r00 FF D0
  937.     brclr    offset16,z16,#mask8,brclr1    ; 2A 78s00r00 FF CA
  938.     brclr    offset16,x,#mask8,brclr1    ; 0A 78s00r00 FF C4
  939.     brclr    offset16,y,#mask8,brclr1    ; 1A 78s00r00 FF BE
  940.     brclr    offset16,z,#mask8,brclr1    ; 2A 78s00r00 FF B8
  941.     brclr    ind16,x16,#mask8,brclr1        ; 0A 78 34 56 FF B2
  942.     brclr    ind16,y16,#mask8,brclr1        ; 1A 78 34 56 FF AC
  943.     brclr    ind16,z16,#mask8,brclr1        ; 2A 78 34 56 FF A6
  944.     brclr    ind16,x,#mask8,brclr1        ; 0A 78 34 56 FF A0
  945.     brclr    ind16,y,#mask8,brclr1        ; 1A 78 34 56 FF 9A
  946.     brclr    ind16,z,#mask8,brclr1        ; 2A 78 34 56 FF 94
  947.     brclr    address,#mask8,brclr1        ; 3A 78 11 22 FF 8E
  948.     brclr    external,#mask8,brclr1        ; 3A 78s00r00 FF 88
  949.  
  950.     brclr    offset8,x8,#emsk8,external    ; CBu00u00p00
  951.     brclr    offset8,y8,#emsk8,external    ; DBu00u00p00
  952.     brclr    offset8,z8,#emsk8,external    ; EBu00u00p00
  953.     brclr    ind8,x8,#emsk8,external        ; CBu00 12p00
  954.     brclr    ind8,y8,#emsk8,external        ; DBu00 12p00
  955.     brclr    ind8,z8,#emsk8,external        ; EBu00 12p00
  956.     brclr    ind8,x,#emsk8,external        ; 0Au00 00 12q00p00
  957.     brclr    ind8,y,#emsk8,external        ; 1Au00 00 12q00p00
  958.     brclr    ind8,z,#emsk8,external        ; 2Au00 00 12q00p00
  959.     brclr    offset16,x16,#emsk8,external    ; 0Au00s00r00q00p00
  960.     brclr    offset16,y16,#emsk8,external    ; 1Au00s00r00q00p00
  961.     brclr    offset16,z16,#emsk8,external    ; 2Au00s00r00q00p00
  962.     brclr    offset16,x,#emsk8,external    ; 0Au00s00r00q00p00
  963.     brclr    offset16,y,#emsk8,external    ; 1Au00s00r00q00p00
  964.     brclr    offset16,z,#emsk8,external    ; 2Au00s00r00q00p00
  965.     brclr    ind16,x16,#emsk8,external    ; 0Au00 34 56q00p00
  966.     brclr    ind16,y16,#emsk8,external    ; 1Au00 34 56q00p00
  967.     brclr    ind16,z16,#emsk8,external    ; 2Au00 34 56q00p00
  968.     brclr    ind16,x,#emsk8,external        ; 0Au00 34 56q00p00
  969.     brclr    ind16,y,#emsk8,external        ; 1Au00 34 56q00p00
  970.     brclr    ind16,z,#emsk8,external        ; 2Au00 34 56q00p00
  971.     brclr    address,#emsk8,external        ; 3Au00 11 22q00p00
  972.     brclr    external,#emsk8,external    ; 3Au00s00r00q00p00
  973.  
  974.     brclr    ind8,x,#emsk8,.+0x0106        ; 0Au00 00 12 01 00
  975.     brclr    ind8,y,#emsk8,.+0x0106        ; 1Au00 00 12 01 00
  976.     brclr    ind8,z,#emsk8,.+0x0106        ; 2Au00 00 12 01 00
  977.     brclr    offset16,x16,#emsk8,.+0x0106    ; 0Au00s00r00 01 00
  978.     brclr    offset16,y16,#emsk8,.+0x0106    ; 1Au00s00r00 01 00
  979.     brclr    offset16,z16,#emsk8,.+0x0106    ; 2Au00s00r00 01 00
  980.     brclr    offset16,x,#emsk8,.+0x0106    ; 0Au00s00r00 01 00
  981.     brclr    offset16,y,#emsk8,.+0x0106    ; 1Au00s00r00 01 00
  982.     brclr    offset16,z,#emsk8,.+0x0106    ; 2Au00s00r00 01 00
  983.     brclr    ind16,x16,#emsk8,.+0x0106    ; 0Au00 34 56 01 00
  984.     brclr    ind16,y16,#emsk8,.+0x0106    ; 1Au00 34 56 01 00
  985.     brclr    ind16,z16,#emsk8,.+0x0106    ; 2Au00 34 56 01 00
  986.     brclr    ind16,x,#emsk8,.+0x0106        ; 0Au00 34 56 01 00
  987.     brclr    ind16,y,#emsk8,.+0x0106        ; 1Au00 34 56 01 00
  988.     brclr    ind16,z,#emsk8,.+0x0106        ; 2Au00 34 56 01 00
  989.     brclr    address,#emsk8,.+0x0106        ; 3Au00 11 22 01 00
  990.     brclr    external,#emsk8,.+0x0106    ; 3Au00s00r00 01 00
  991.  
  992.     brset    ,x,#mask8,.+0x14        ; 8B 78 00 10
  993.     brset    ,y,#mask8,.+0x14        ; 9B 78 00 10
  994.     brset    ,z,#mask8,.+0x14        ; AB 78 00 10
  995.     brset    ,x8,#mask8,.+0x14        ; 8B 78 00 10
  996.     brset    ,y8,#mask8,.+0x14        ; 9B 78 00 10
  997.     brset    ,z8,#mask8,.+0x14        ; AB 78 00 10
  998.     brset    ,x16,#mask8,.+0x16        ; 0B 78 00 00 00 10
  999.     brset    ,y16,#mask8,.+0x16        ; 1B 78 00 00 00 10
  1000.     brset    ,z16,#mask8,.+0x16        ; 2B 78 00 00 00 10
  1001.     brset    offset8,x8,#mask8,.+0x14    ; 8B 78u00 10
  1002.     brset    offset8,y8,#mask8,.+0x14    ; 9B 78u00 10
  1003.     brset    offset8,z8,#mask8,.+0x14    ; AB 78u00 10
  1004.     brset    ind8,x8,#mask8,.+0x14        ; 8B 78 12 10
  1005.     brset    ind8,y8,#mask8,.+0x14        ; 9B 78 12 10
  1006.     brset    ind8,z8,#mask8,.+0x14        ; AB 78 12 10
  1007.     brset    ind8,x,#mask8,.+0x14        ; 8B 78 12 10
  1008.     brset    ind8,y,#mask8,.+0x14        ; 9B 78 12 10
  1009.     brset    ind8,z,#mask8,.+0x14        ; AB 78 12 10
  1010.     brset    offset16,x16,#mask8,.+0x16    ; 0B 78s00r00 00 10
  1011.     brset    offset16,y16,#mask8,.+0x16    ; 1B 78s00r00 00 10
  1012.     brset    offset16,z16,#mask8,.+0x16    ; 2B 78s00r00 00 10
  1013.     brset    offset16,x,#mask8,.+0x16    ; 0B 78s00r00 00 10
  1014.     brset    offset16,y,#mask8,.+0x16    ; 1B 78s00r00 00 10
  1015.     brset    offset16,z,#mask8,.+0x16    ; 2B 78s00r00 00 10
  1016.     brset    ind16,x16,#mask8,.+0x16     ; 0B 78 34 56 00 10
  1017.     brset    ind16,y16,#mask8,.+0x16        ; 1B 78 34 56 00 10
  1018.     brset    ind16,z16,#mask8,.+0x16        ; 2B 78 34 56 00 10
  1019.     brset    ind16,x,#mask8,.+0x16        ; 0B 78 34 56 00 10
  1020.     brset    ind16,y,#mask8,.+0x16        ; 1B 78 34 56 00 10
  1021.     brset    ind16,z,#mask8,.+0x16        ; 2B 78 34 56 00 10
  1022.     brset    address,#mask8,.+0x16        ; 3B 78 11 22 00 10
  1023.     brset    external,#mask8,.+0x16        ; 3B 78s00r00 00 10
  1024.  
  1025.     brset    ,x,#emsk8,.+0x14        ; 8Bu00 00 10
  1026.     brset    ,y,#emsk8,.+0x14        ; 9Bu00 00 10
  1027.     brset    ,z,#emsk8,.+0x14        ; ABu00 00 10
  1028.     brset    ,x8,#emsk8,.+0x14        ; 8Bu00 00 10
  1029.     brset    ,y8,#emsk8,.+0x14        ; 9Bu00 00 10
  1030.     brset    ,z8,#emsk8,.+0x14        ; ABu00 00 10
  1031.     brset    ,x16,#emsk8,.+0x16        ; 0Bu00 00 00 00 10
  1032.     brset    ,y16,#emsk8,.+0x16        ; 1Bu00 00 00 00 10
  1033.     brset    ,z16,#emsk8,.+0x16        ; 2Bu00 00 00 00 10
  1034.     brset    offset8,x8,#emsk8,.+0x14    ; 8Bu00u00 10
  1035.     brset    offset8,y8,#emsk8,.+0x14    ; 9Bu00u00 10
  1036.     brset    offset8,z8,#emsk8,.+0x14    ; ABu00u00 10
  1037.     brset    ind8,x8,#emsk8,.+0x14        ; 8Bu00 12 10
  1038.     brset    ind8,y8,#emsk8,.+0x14        ; 9Bu00 12 10
  1039.     brset    ind8,z8,#emsk8,.+0x14        ; ABu00 12 10
  1040.     brset    ind8,x,#emsk8,.+0x14        ; 8Bu00 12 10
  1041.     brset    ind8,y,#emsk8,.+0x14        ; 9Bu00 12 10
  1042.     brset    ind8,z,#emsk8,.+0x14        ; ABu00 12 10
  1043.     brset    offset16,x16,#emsk8,.+0x16    ; 0Bu00s00r00 00 10
  1044.     brset    offset16,y16,#emsk8,.+0x16    ; 1Bu00s00r00 00 10
  1045.     brset    offset16,z16,#emsk8,.+0x16    ; 2Bu00s00r00 00 10
  1046.     brset    offset16,x,#emsk8,.+0x16    ; 0Bu00s00r00 00 10
  1047.     brset    offset16,y,#emsk8,.+0x16    ; 1Bu00s00r00 00 10
  1048.     brset    offset16,z,#emsk8,.+0x16    ; 2Bu00s00r00 00 10
  1049.     brset    ind16,x16,#emsk8,.+0x16        ; 0Bu00 34 56 00 10
  1050.     brset    ind16,y16,#emsk8,.+0x16        ; 1Bu00 34 56 00 10
  1051.     brset    ind16,z16,#emsk8,.+0x16        ; 2Bu00 34 56 00 10
  1052.     brset    ind16,x,#emsk8,.+0x16        ; 0Bu00 34 56 00 10
  1053.     brset    ind16,y,#emsk8,.+0x16        ; 1Bu00 34 56 00 10
  1054.     brset    ind16,z,#emsk8,.+0x16        ; 2Bu00 34 56 00 10
  1055.     brset    address,#emsk8,.+0x16        ; 3Bu00 11 22 00 10
  1056.     brset    external,#emsk8,.+0x16        ; 3Bu00s00r00 00 10
  1057.  
  1058. brset1:    brset    offset8,x8,#mask8,brset1    ; 8B 78u00 FC
  1059.     brset    offset8,y8,#mask8,brset1    ; 9B 78u00 F8
  1060.     brset    offset8,z8,#mask8,brset1    ; AB 78u00 F4
  1061.     brset    ind8,x8,#mask8,brset1        ; 8B 78 12 F0
  1062.     brset    ind8,y8,#mask8,brset1        ; 9B 78 12 EC
  1063.     brset    ind8,z8,#mask8,brset1        ; AB 78 12 E8
  1064.     brset    ind8,x,#mask8,brset1        ; 8B 78 12 E4
  1065.     brset    ind8,y,#mask8,brset1        ; 9B 78 12 E0
  1066.     brset    ind8,z,#mask8,brset1        ; AB 78 12 DC
  1067.     brset    offset16,x16,#mask8,brset1    ; 0B 78s00r00 FF D6
  1068.     brset    offset16,y16,#mask8,brset1    ; 1B 78s00r00 FF D0
  1069.     brset    offset16,z16,#mask8,brset1    ; 2B 78s00r00 FF CA
  1070.     brset    offset16,x,#mask8,brset1    ; 0B 78s00r00 FF C4
  1071.     brset    offset16,y,#mask8,brset1    ; 1B 78s00r00 FF BE
  1072.     brset    offset16,z,#mask8,brset1    ; 2B 78s00r00 FF B8
  1073.     brset    ind16,x16,#mask8,brset1        ; 0B 78 34 56 FF B2
  1074.     brset    ind16,y16,#mask8,brset1        ; 1B 78 34 56 FF AC
  1075.     brset    ind16,z16,#mask8,brset1        ; 2B 78 34 56 FF A6
  1076.     brset    ind16,x,#mask8,brset1        ; 0B 78 34 56 FF A0
  1077.     brset    ind16,y,#mask8,brset1        ; 1B 78 34 56 FF 9A
  1078.     brset    ind16,z,#mask8,brset1        ; 2B 78 34 56 FF 94
  1079.     brset    address,#mask8,brset1        ; 3B 78 11 22 FF 8E
  1080.     brset    external,#mask8,brset1        ; 3B 78s00r00 FF 88
  1081.  
  1082.     brset    offset8,x8,#emsk8,external    ; 8Bu00u00p00
  1083.     brset    offset8,y8,#emsk8,external    ; 9Bu00u00p00
  1084.     brset    offset8,z8,#emsk8,external    ; ABu00u00p00
  1085.     brset    ind8,x8,#emsk8,external        ; 8Bu00 12p00
  1086.     brset    ind8,y8,#emsk8,external        ; 9Bu00 12p00
  1087.     brset    ind8,z8,#emsk8,external        ; ABu00 12p00
  1088.     brset    ind8,x,#emsk8,external        ; 0Bu00 00 12q00p00
  1089.     brset    ind8,y,#emsk8,external        ; 1Bu00 00 12q00p00
  1090.     brset    ind8,z,#emsk8,external        ; 2Bu00 00 12q00p00
  1091.     brset    offset16,x16,#emsk8,external    ; 0Bu00s00r00q00p00
  1092.     brset    offset16,y16,#emsk8,external    ; 1Bu00s00r00q00p00
  1093.     brset    offset16,z16,#emsk8,external    ; 2Bu00s00r00q00p00
  1094.     brset    offset16,x,#emsk8,external    ; 0Bu00s00r00q00p00
  1095.     brset    offset16,y,#emsk8,external    ; 1Bu00s00r00q00p00
  1096.     brset    offset16,z,#emsk8,external    ; 2Bu00s00r00q00p00
  1097.     brset    ind16,x16,#emsk8,external    ; 0Bu00 34 56q00p00
  1098.     brset    ind16,y16,#emsk8,external    ; 1Bu00 34 56q00p00
  1099.     brset    ind16,z16,#emsk8,external    ; 2Bu00 34 56q00p00
  1100.     brset    ind16,x,#emsk8,external        ; 0Bu00 34 56q00p00
  1101.     brset    ind16,y,#emsk8,external        ; 1Bu00 34 56q00p00
  1102.     brset    ind16,z,#emsk8,external        ; 2Bu00 34 56q00p00
  1103.     brset    address,#emsk8,external        ; 3Bu00 11 22q00p00
  1104.     brset    external,#emsk8,external    ; 3Bu00s00r00q00p00
  1105.  
  1106.     brset    ind8,x,#emsk8,.+0x0106        ; 0Bu00 00 12 01 00
  1107.     brset    ind8,y,#emsk8,.+0x0106        ; 1Bu00 00 12 01 00
  1108.     brset    ind8,z,#emsk8,.+0x0106        ; 2Bu00 00 12 01 00
  1109.     brset    offset16,x16,#emsk8,.+0x0106    ; 0Bu00s00r00 01 00
  1110.     brset    offset16,y16,#emsk8,.+0x0106    ; 1Bu00s00r00 01 00
  1111.     brset    offset16,z16,#emsk8,.+0x0106    ; 2Bu00s00r00 01 00
  1112.     brset    offset16,x,#emsk8,.+0x0106    ; 0Bu00s00r00 01 00
  1113.     brset    offset16,y,#emsk8,.+0x0106    ; 1Bu00s00r00 01 00
  1114.     brset    offset16,z,#emsk8,.+0x0106    ; 2Bu00s00r00 01 00
  1115.     brset    ind16,x16,#emsk8,.+0x0106    ; 0Bu00 34 56 01 00
  1116.     brset    ind16,y16,#emsk8,.+0x0106    ; 1Bu00 34 56 01 00
  1117.     brset    ind16,z16,#emsk8,.+0x0106    ; 2Bu00 34 56 01 00
  1118.     brset    ind16,x,#emsk8,.+0x0106        ; 0Bu00 34 56 01 00
  1119.     brset    ind16,y,#emsk8,.+0x0106        ; 1Bu00 34 56 01 00
  1120.     brset    ind16,z,#emsk8,.+0x0106        ; 2Bu00 34 56 01 00
  1121.     brset    address,#emsk8,.+0x0106        ; 3Bu00 11 22 01 00
  1122.     brset    external,#emsk8,.+0x0106    ; 3Bu00s00r00 01 00
  1123.  
  1124.     bset    ,x,#mask8        ; 17 09 78 00
  1125.     bset    ,y,#mask8        ; 17 19 78 00
  1126.     bset    ,z,#mask8        ; 17 29 78 00
  1127.     bset    ,x8,#mask8        ; 17 09 78 00
  1128.     bset    ,y8,#mask8        ; 17 19 78 00
  1129.     bset    ,z8,#mask8        ; 17 29 78 00
  1130.     bset    ,x16,#mask8        ; 09 78 00 00
  1131.     bset    ,y16,#mask8        ; 19 78 00 00
  1132.     bset    ,z16,#mask8        ; 29 78 00 00
  1133.     bset    offset8,x8,#mask8    ; 17 09 78u00
  1134.     bset    offset8,y8,#mask8    ; 17 19 78u00
  1135.     bset    offset8,z8,#mask8    ; 17 29 78u00
  1136.     bset    ind8,x8,#mask8        ; 17 09 78 12
  1137.     bset    ind8,y8,#mask8        ; 17 19 78 12
  1138.     bset    ind8,z8,#mask8        ; 17 29 78 12
  1139.     bset    ind8,x,#mask8        ; 17 09 78 12
  1140.     bset    ind8,y,#mask8        ; 17 19 78 12
  1141.     bset    ind8,z,#mask8        ; 17 29 78 12
  1142.     bset    offset16,x16,#mask8    ; 09 78s00r00
  1143.     bset    offset16,y16,#mask8    ; 19 78s00r00
  1144.     bset    offset16,z16,#mask8    ; 29 78s00r00
  1145.     bset    offset16,x,#mask8    ; 09 78s00r00
  1146.     bset    offset16,y,#mask8    ; 19 78s00r00
  1147.     bset    offset16,z,#mask8    ; 29 78s00r00
  1148.     bset    ind16,x16,#mask8    ; 09 78 34 56
  1149.     bset    ind16,y16,#mask8    ; 19 78 34 56
  1150.     bset    ind16,z16,#mask8    ; 29 78 34 56
  1151.     bset    ind16,x,#mask8        ; 09 78 34 56
  1152.     bset    ind16,y,#mask8        ; 19 78 34 56
  1153.     bset    ind16,z,#mask8        ; 29 78 34 56
  1154.     bset    address,#mask8        ; 39 78 11 22
  1155.     bset    external,#mask8        ; 39 78s00r00
  1156.  
  1157.     bset    ,x,#emsk8        ; 17 09u00 00
  1158.     bset    ,y,#emsk8        ; 17 19u00 00
  1159.     bset    ,z,#emsk8        ; 17 29u00 00
  1160.     bset    ,x8,#emsk8        ; 17 09u00 00
  1161.     bset    ,y8,#emsk8        ; 17 19u00 00
  1162.     bset    ,z8,#emsk8        ; 17 29u00 00
  1163.     bset    ,x16,#emsk8        ; 09u00 00 00
  1164.     bset    ,y16,#emsk8        ; 19u00 00 00
  1165.     bset    ,z16,#emsk8        ; 29u00 00 00
  1166.     bset    offset8,x8,#emsk8    ; 17 09u00u00
  1167.     bset    offset8,y8,#emsk8    ; 17 19u00u00
  1168.     bset    offset8,z8,#emsk8    ; 17 29u00u00
  1169.     bset    ind8,x8,#emsk8        ; 17 09u00 12
  1170.     bset    ind8,y8,#emsk8        ; 17 19u00 12
  1171.     bset    ind8,z8,#emsk8        ; 17 29u00 12
  1172.     bset    ind8,x,#emsk8        ; 17 09u00 12
  1173.     bset    ind8,y,#emsk8        ; 17 19u00 12
  1174.     bset    ind8,z,#emsk8        ; 17 29u00 12
  1175.     bset    offset16,x16,#emsk8    ; 09u00s00r00
  1176.     bset    offset16,y16,#emsk8    ; 19u00s00r00
  1177.     bset    offset16,z16,#emsk8    ; 29u00s00r00
  1178.     bset    offset16,x,#emsk8    ; 09u00s00r00
  1179.     bset    offset16,y,#emsk8    ; 19u00s00r00
  1180.     bset    offset16,z,#emsk8    ; 29u00s00r00
  1181.     bset    ind16,x16,#emsk8    ; 09u00 34 56
  1182.     bset    ind16,y16,#emsk8    ; 19u00 34 56
  1183.     bset    ind16,z16,#emsk8    ; 29u00 34 56
  1184.     bset    ind16,x,#emsk8        ; 09u00 34 56
  1185.     bset    ind16,y,#emsk8        ; 19u00 34 56
  1186.     bset    ind16,z,#emsk8        ; 29u00 34 56
  1187.     bset    address,#emsk8        ; 39u00 11 22
  1188.     bset    external,#emsk8        ; 39u00s00r00
  1189.  
  1190.     bsetw    ,x,#mask16        ; 27 09 9A BC 00 00
  1191.     bsetw    ,y,#mask16        ; 27 19 9A BC 00 00
  1192.     bsetw    ,z,#mask16        ; 27 29 9A BC 00 00
  1193.     bsetw    ,x16,#mask16        ; 27 09 9A BC 00 00
  1194.     bsetw    ,y16,#mask16        ; 27 19 9A BC 00 00
  1195.     bsetw    ,z16,#mask16        ; 27 29 9A BC 00 00
  1196.     bsetw    offset16,x16,#mask16    ; 27 09 9A BCs00r00
  1197.     bsetw    offset16,y16,#mask16    ; 27 19 9A BCs00r00
  1198.     bsetw    offset16,z16,#mask16    ; 27 29 9A BCs00r00
  1199.     bsetw    offset16,x,#mask16    ; 27 09 9A BCs00r00
  1200.     bsetw    offset16,y,#mask16    ; 27 19 9A BCs00r00
  1201.     bsetw    offset16,z,#mask16    ; 27 29 9A BCs00r00
  1202.     bsetw    ind16,x16,#mask16    ; 27 09 9A BC 34 56
  1203.     bsetw    ind16,y16,#mask16    ; 27 19 9A BC 34 56
  1204.     bsetw    ind16,z16,#mask16    ; 27 29 9A BC 34 56
  1205.     bsetw    ind16,x,#mask16        ; 27 09 9A BC 34 56
  1206.     bsetw    ind16,y,#mask16        ; 27 19 9A BC 34 56
  1207.     bsetw    ind16,z,#mask16        ; 27 29 9A BC 34 56
  1208.     bsetw    address,#mask16        ; 27 39 9A BC 11 22
  1209.     bsetw    external,#mask16    ; 27 39 9A BCs00r00
  1210.  
  1211.     bsetw    ,x,#emsk16        ; 27 09s00r00 00 00
  1212.     bsetw    ,y,#emsk16        ; 27 19s00r00 00 00
  1213.     bsetw    ,z,#emsk16        ; 27 29s00r00 00 00
  1214.     bsetw    ,x16,#emsk16        ; 27 09s00r00 00 00
  1215.     bsetw    ,y16,#emsk16        ; 27 19s00r00 00 00
  1216.     bsetw    ,z16,#emsk16        ; 27 29s00r00 00 00
  1217.     bsetw    offset16,x16,#emsk16    ; 27 09s00r00s00r00
  1218.     bsetw    offset16,y16,#emsk16    ; 27 19s00r00s00r00
  1219.     bsetw    offset16,z16,#emsk16    ; 27 29s00r00s00r00
  1220.     bsetw    offset16,x,#emsk16    ; 27 09s00r00s00r00
  1221.     bsetw    offset16,y,#emsk16    ; 27 19s00r00s00r00
  1222.     bsetw    offset16,z,#emsk16    ; 27 29s00r00s00r00
  1223.     bsetw    ind16,x16,#emsk16    ; 27 09s00r00 34 56
  1224.     bsetw    ind16,y16,#emsk16    ; 27 19s00r00 34 56
  1225.     bsetw    ind16,z16,#emsk16    ; 27 29s00r00 34 56
  1226.     bsetw    ind16,x,#emsk16        ; 27 09s00r00 34 56
  1227.     bsetw    ind16,y,#emsk16        ; 27 19s00r00 34 56
  1228.     bsetw    ind16,z,#emsk16        ; 27 29s00r00 34 56
  1229.     bsetw    address,#emsk16        ; 27 39s00r00 11 22
  1230.     bsetw    external,#emsk16    ; 27 39s00r00s00r00
  1231.  
  1232.     cba            ; 37 1B
  1233.  
  1234.     clr    ,x        ; 05 00
  1235.     clr    ,y        ; 15 00
  1236.     clr    ,z        ; 25 00
  1237.     clr    ,x8        ; 05 00
  1238.     clr    ,y8        ; 15 00
  1239.     clr    ,z8        ; 25 00
  1240.     clr    ,x16        ; 17 05 00 00
  1241.     clr    ,y16        ; 17 15 00 00
  1242.     clr    ,z16        ; 17 25 00 00
  1243.     clr    offset8,x8    ; 05u00
  1244.     clr    offset8,y8    ; 15u00
  1245.     clr    offset8,z8    ; 25u00
  1246.     clr    ind8,x8        ; 05 12
  1247.     clr    ind8,y8        ; 15 12
  1248.     clr    ind8,z8        ; 25 12
  1249.     clr    ind8,x        ; 05 12
  1250.     clr    ind8,y        ; 15 12
  1251.     clr    ind8,z        ; 25 12
  1252.     clr    offset16,x16    ; 17 05s00r00
  1253.     clr    offset16,y16    ; 17 15s00r00
  1254.     clr    offset16,z16    ; 17 25s00r00
  1255.     clr    offset16,x    ; 17 05s00r00
  1256.     clr    offset16,y    ; 17 15s00r00
  1257.     clr    offset16,z    ; 17 25s00r00
  1258.     clr    ind16,x16    ; 17 05 34 56
  1259.     clr    ind16,y16    ; 17 15 34 56
  1260.     clr    ind16,z16    ; 17 25 34 56
  1261.     clr    ind16,x        ; 17 05 34 56
  1262.     clr    ind16,y        ; 17 15 34 56
  1263.     clr    ind16,z        ; 17 25 34 56
  1264.     clr    address        ; 17 35 11 22
  1265.     clr    external    ; 17 35s00r00
  1266.  
  1267.     clra            ; 37 05
  1268.     clrb            ; 37 15
  1269.     clrd            ; 27 F5
  1270.     clre            ; 27 75
  1271.     clrm            ; 27 B7
  1272.  
  1273.     clrw    ,x        ; 27 05 00 00
  1274.     clrw    ,y        ; 27 15 00 00
  1275.     clrw    ,z        ; 27 25 00 00
  1276.     clrw    ,x16        ; 27 05 00 00
  1277.     clrw    ,y16        ; 27 15 00 00
  1278.     clrw    ,z16        ; 27 25 00 00
  1279.     clrw    offset16,x16    ; 27 05s00r00
  1280.     clrw    offset16,y16    ; 27 15s00r00
  1281.     clrw    offset16,z16    ; 27 25s00r00
  1282.     clrw    offset16,x    ; 27 05s00r00
  1283.     clrw    offset16,y    ; 27 15s00r00
  1284.     clrw    offset16,z    ; 27 25s00r00
  1285.     clrw    ind16,x16    ; 27 05 34 56
  1286.     clrw    ind16,y16    ; 27 15 34 56
  1287.     clrw    ind16,z16    ; 27 25 34 56
  1288.     clrw    ind16,x        ; 27 05 34 56
  1289.     clrw    ind16,y        ; 27 15 34 56
  1290.     clrw    ind16,z        ; 27 25 34 56
  1291.     clrw    address        ; 27 35 11 22
  1292.     clrw    external    ; 27 35s00r00
  1293.  
  1294.     cmpa    ,x        ; 48 00
  1295.     cmpa    ,y        ; 58 00
  1296.     cmpa    ,z        ; 68 00
  1297.     cmpa    ,x8        ; 48 00
  1298.     cmpa    ,y8        ; 58 00
  1299.     cmpa    ,z8        ; 68 00
  1300.     cmpa    ,x16        ; 17 48 00 00
  1301.     cmpa    ,y16        ; 17 58 00 00
  1302.     cmpa    ,z16        ; 17 68 00 00
  1303.     cmpa    offset8,x8    ; 48u00
  1304.     cmpa    offset8,y8    ; 58u00
  1305.     cmpa    offset8,z8    ; 68u00
  1306.     cmpa    ind8,x8        ; 48 12
  1307.     cmpa    ind8,y8        ; 58 12
  1308.     cmpa    ind8,z8        ; 68 12
  1309.     cmpa    ind8,x        ; 48 12
  1310.     cmpa    ind8,y        ; 58 12
  1311.     cmpa    ind8,z        ; 68 12
  1312.     cmpa    #imm8        ; 78 01
  1313.     cmpa    #num8        ; 78r00
  1314.     cmpa    offset16,x16    ; 17 48s00r00
  1315.     cmpa    offset16,y16    ; 17 58s00r00
  1316.     cmpa    offset16,z16    ; 17 68s00r00
  1317.     cmpa    offset16,x    ; 17 48s00r00
  1318.     cmpa    offset16,y    ; 17 58s00r00
  1319.     cmpa    offset16,z    ; 17 68s00r00
  1320.     cmpa    ind16,x16    ; 17 48 34 56
  1321.     cmpa    ind16,y16    ; 17 58 34 56
  1322.     cmpa    ind16,z16    ; 17 68 34 56
  1323.     cmpa    ind16,x        ; 17 48 34 56
  1324.     cmpa    ind16,y        ; 17 58 34 56
  1325.     cmpa    ind16,z        ; 17 68 34 56
  1326.     cmpa    address        ; 17 78 11 22
  1327.     cmpa    external    ; 17 78s00r00
  1328.     cmpa    e,x        ; 27 48
  1329.     cmpa    e,y        ; 27 58
  1330.     cmpa    e,z        ; 27 68
  1331.  
  1332.     cmpb    ,x        ; C8 00
  1333.     cmpb    ,y        ; D8 00
  1334.     cmpb    ,z        ; E8 00
  1335.     cmpb    ,x8        ; C8 00
  1336.     cmpb    ,y8        ; D8 00
  1337.     cmpb    ,z8        ; E8 00
  1338.     cmpb    ,x16        ; 17 C8 00 00
  1339.     cmpb    ,y16        ; 17 D8 00 00
  1340.     cmpb    ,z16        ; 17 E8 00 00
  1341.     cmpb    offset8,x8    ; C8u00
  1342.     cmpb    offset8,y8    ; D8u00
  1343.     cmpb    offset8,z8    ; E8u00
  1344.     cmpb    ind8,x8        ; C8 12
  1345.     cmpb    ind8,y8        ; D8 12
  1346.     cmpb    ind8,z8        ; E8 12
  1347.     cmpb    ind8,x        ; C8 12
  1348.     cmpb    ind8,y        ; D8 12
  1349.     cmpb    ind8,z        ; E8 12
  1350.     cmpb    #imm8        ; F8 01
  1351.     cmpb    #num8        ; F8r00
  1352.     cmpb    offset16,x16    ; 17 C8s00r00
  1353.     cmpb    offset16,y16    ; 17 D8s00r00
  1354.     cmpb    offset16,z16    ; 17 E8s00r00
  1355.     cmpb    offset16,x    ; 17 C8s00r00
  1356.     cmpb    offset16,y    ; 17 D8s00r00
  1357.     cmpb    offset16,z    ; 17 E8s00r00
  1358.     cmpb    ind16,x16    ; 17 C8 34 56
  1359.     cmpb    ind16,y16    ; 17 D8 34 56
  1360.     cmpb    ind16,z16    ; 17 E8 34 56
  1361.     cmpb    ind16,x        ; 17 C8 34 56
  1362.     cmpb    ind16,y        ; 17 D8 34 56
  1363.     cmpb    ind16,z        ; 17 E8 34 56
  1364.     cmpb    address        ; 17 F8 11 22
  1365.     cmpb    external    ; 17 F8s00r00
  1366.     cmpb    e,x        ; 27 C8
  1367.     cmpb    e,y        ; 27 D8
  1368.     cmpb    e,z        ; 27 E8
  1369.  
  1370.     com    ,x        ; 00 00
  1371.     com    ,y        ; 10 00
  1372.     com    ,z        ; 20 00
  1373.     com    ,x8        ; 00 00
  1374.     com    ,y8        ; 10 00
  1375.     com    ,z8        ; 20 00
  1376.     com    ,x16        ; 17 00 00 00
  1377.     com    ,y16        ; 17 10 00 00
  1378.     com    ,z16        ; 17 20 00 00
  1379.     com    offset8,x8    ; 00u00
  1380.     com    offset8,y8    ; 10u00
  1381.     com    offset8,z8    ; 20u00
  1382.     com    ind8,x8        ; 00 12
  1383.     com    ind8,y8        ; 10 12
  1384.     com    ind8,z8        ; 20 12
  1385.     com    ind8,x        ; 00 12
  1386.     com    ind8,y        ; 10 12
  1387.     com    ind8,z        ; 20 12
  1388.     com    offset16,x16    ; 17 00s00r00
  1389.     com    offset16,y16    ; 17 10s00r00
  1390.     com    offset16,z16    ; 17 20s00r00
  1391.     com    offset16,x    ; 17 00s00r00
  1392.     com    offset16,y    ; 17 10s00r00
  1393.     com    offset16,z    ; 17 20s00r00
  1394.     com    ind16,x16    ; 17 00 34 56
  1395.     com    ind16,y16    ; 17 10 34 56
  1396.     com    ind16,z16    ; 17 20 34 56
  1397.     com    ind16,x        ; 17 00 34 56
  1398.     com    ind16,y        ; 17 10 34 56
  1399.     com    ind16,z        ; 17 20 34 56
  1400.     com    address        ; 17 30 11 22
  1401.     com    external    ; 17 30s00r00
  1402.  
  1403.     coma            ; 37 00
  1404.     comb            ; 37 10
  1405.     comd            ; 27 F0
  1406.     come            ; 27 70
  1407.  
  1408.     comw    ,x        ; 27 00 00 00
  1409.     comw    ,y        ; 27 10 00 00
  1410.     comw    ,z        ; 27 20 00 00
  1411.     comw    ,x16        ; 27 00 00 00
  1412.     comw    ,y16        ; 27 10 00 00
  1413.     comw    ,z16        ; 27 20 00 00
  1414.     comw    offset16,x16    ; 27 00s00r00
  1415.     comw    offset16,y16    ; 27 10s00r00
  1416.     comw    offset16,z16    ; 27 20s00r00
  1417.     comw    offset16,x    ; 27 00s00r00
  1418.     comw    offset16,y    ; 27 10s00r00
  1419.     comw    offset16,z    ; 27 20s00r00
  1420.     comw    ind16,x16    ; 27 00 34 56
  1421.     comw    ind16,y16    ; 27 10 34 56
  1422.     comw    ind16,z16    ; 27 20 34 56
  1423.     comw    ind16,x        ; 27 00 34 56
  1424.     comw    ind16,y        ; 27 10 34 56
  1425.     comw    ind16,z        ; 27 20 34 56
  1426.     comw    address        ; 27 30 11 22
  1427.     comw    external    ; 27 30s00r00
  1428.  
  1429.     cpd    ,x        ; 88 00
  1430.     cpd    ,y        ; 98 00
  1431.     cpd    ,z        ; A8 00
  1432.     cpd    ,x8        ; 88 00
  1433.     cpd    ,y8        ; 98 00
  1434.     cpd    ,z8        ; A8 00
  1435.     cpd    ,x16        ; 37 C8 00 00
  1436.     cpd    ,y16        ; 37 D8 00 00
  1437.     cpd    ,z16        ; 37 E8 00 00
  1438.     cpd    offset8,x8    ; 88u00
  1439.     cpd    offset8,y8    ; 98u00
  1440.     cpd    offset8,z8    ; A8u00
  1441.     cpd    ind8,x8        ; 88 12
  1442.     cpd    ind8,y8        ; 98 12
  1443.     cpd    ind8,z8        ; A8 12
  1444.     cpd    ind8,x        ; 88 12
  1445.     cpd    ind8,y        ; 98 12
  1446.     cpd    ind8,z        ; A8 12
  1447.     cpd    #imm16        ; 37 B8 23 45
  1448.     cpd    #num16        ; 37 B8s00r00
  1449.     cpd    offset16,x16    ; 37 C8s00r00
  1450.     cpd    offset16,y16    ; 37 D8s00r00
  1451.     cpd    offset16,z16    ; 37 E8s00r00
  1452.     cpd    offset16,x    ; 37 C8s00r00
  1453.     cpd    offset16,y    ; 37 D8s00r00
  1454.     cpd    offset16,z    ; 37 E8s00r00
  1455.     cpd    ind16,x16    ; 37 C8 34 56
  1456.     cpd    ind16,y16    ; 37 D8 34 56
  1457.     cpd    ind16,z16    ; 37 E8 34 56
  1458.     cpd    ind16,x        ; 37 C8 34 56
  1459.     cpd    ind16,y        ; 37 D8 34 56
  1460.     cpd    ind16,z        ; 37 E8 34 56
  1461.     cpd    address        ; 37 F8 11 22
  1462.     cpd    external    ; 37 F8s00r00
  1463.     cpd    e,x        ; 27 88
  1464.     cpd    e,y        ; 27 98
  1465.     cpd    e,z        ; 27 A8
  1466.  
  1467.     cpe    #imm16        ; 37 38 23 45
  1468.     cpe    #num16        ; 37 38s00r00
  1469.     cpe    ,x        ; 37 48 00 00
  1470.     cpe    ,y        ; 37 58 00 00
  1471.     cpe    ,z        ; 37 68 00 00
  1472.     cpe    ,x16        ; 37 48 00 00
  1473.     cpe    ,y16        ; 37 58 00 00
  1474.     cpe    ,z16        ; 37 68 00 00
  1475.     cpe    offset16,x16    ; 37 48s00r00
  1476.     cpe    offset16,y16    ; 37 58s00r00
  1477.     cpe    offset16,z16    ; 37 68s00r00
  1478.     cpe    offset16,x    ; 37 48s00r00
  1479.     cpe    offset16,y    ; 37 58s00r00
  1480.     cpe    offset16,z    ; 37 68s00r00
  1481.     cpe    ind16,x16    ; 37 48 34 56
  1482.     cpe    ind16,y16    ; 37 58 34 56
  1483.     cpe    ind16,z16    ; 37 68 34 56
  1484.     cpe    ind16,x        ; 37 48 34 56
  1485.     cpe    ind16,y        ; 37 58 34 56
  1486.     cpe    ind16,z        ; 37 68 34 56
  1487.     cpe    address        ; 37 78 11 22
  1488.     cpe    external    ; 37 78s00r00
  1489.  
  1490.     cps    ,x        ; 4F 00
  1491.     cps    ,y        ; 5F 00
  1492.     cps    ,z        ; 6F 00
  1493.     cps    ,x8        ; 4F 00
  1494.     cps    ,y8        ; 5F 00
  1495.     cps    ,z8        ; 6F 00
  1496.     cps    ,x16        ; 17 4F 00 00
  1497.     cps    ,y16        ; 17 5F 00 00
  1498.     cps    ,z16        ; 17 6F 00 00
  1499.     cps    offset8,x8    ; 4Fu00
  1500.     cps    offset8,y8    ; 5Fu00
  1501.     cps    offset8,z8    ; 6Fu00
  1502.     cps    ind8,x8        ; 4F 12
  1503.     cps    ind8,y8        ; 5F 12
  1504.     cps    ind8,z8        ; 6F 12
  1505.     cps    ind8,x        ; 4F 12
  1506.     cps    ind8,y        ; 5F 12
  1507.     cps    ind8,z        ; 6F 12
  1508.     cps    #imm16        ; 37 7F 23 45
  1509.     cps    #num16        ; 37 7Fs00r00
  1510.     cps    offset16,x16    ; 17 4Fs00r00
  1511.     cps    offset16,y16    ; 17 5Fs00r00
  1512.     cps    offset16,z16    ; 17 6Fs00r00
  1513.     cps    offset16,x    ; 17 4Fs00r00
  1514.     cps    offset16,y    ; 17 5Fs00r00
  1515.     cps    offset16,z    ; 17 6Fs00r00
  1516.     cps    ind16,x16    ; 17 4F 34 56
  1517.     cps    ind16,y16    ; 17 5F 34 56
  1518.     cps    ind16,z16    ; 17 6F 34 56
  1519.     cps    ind16,x        ; 17 4F 34 56
  1520.     cps    ind16,y        ; 17 5F 34 56
  1521.     cps    ind16,z        ; 17 6F 34 56
  1522.     cps    address        ; 17 7F 11 22
  1523.     cps    external    ; 17 7Fs00r00
  1524.  
  1525.     cpx    ,x        ; 4C 00
  1526.     cpx    ,y        ; 5C 00
  1527.     cpx    ,z        ; 6C 00
  1528.     cpx    ,x8        ; 4C 00
  1529.     cpx    ,y8        ; 5C 00
  1530.     cpx    ,z8        ; 6C 00
  1531.     cpx    ,x16        ; 17 4C 00 00
  1532.     cpx    ,y16        ; 17 5C 00 00
  1533.     cpx    ,z16        ; 17 6C 00 00
  1534.     cpx    offset8,x8    ; 4Cu00
  1535.     cpx    offset8,y8    ; 5Cu00
  1536.     cpx    offset8,z8    ; 6Cu00
  1537.     cpx    ind8,x8        ; 4C 12
  1538.     cpx    ind8,y8        ; 5C 12
  1539.     cpx    ind8,z8        ; 6C 12
  1540.     cpx    ind8,x        ; 4C 12
  1541.     cpx    ind8,y        ; 5C 12
  1542.     cpx    ind8,z        ; 6C 12
  1543.     cpx    #imm16        ; 37 7C 23 45
  1544.     cpx    #num16        ; 37 7Cs00r00
  1545.     cpx    offset16,x16    ; 17 4Cs00r00
  1546.     cpx    offset16,y16    ; 17 5Cs00r00
  1547.     cpx    offset16,z16    ; 17 6Cs00r00
  1548.     cpx    offset16,x    ; 17 4Cs00r00
  1549.     cpx    offset16,y    ; 17 5Cs00r00
  1550.     cpx    offset16,z    ; 17 6Cs00r00
  1551.     cpx    ind16,x16    ; 17 4C 34 56
  1552.     cpx    ind16,y16    ; 17 5C 34 56
  1553.     cpx    ind16,z16    ; 17 6C 34 56
  1554.     cpx    ind16,x        ; 17 4C 34 56
  1555.     cpx    ind16,y        ; 17 5C 34 56
  1556.     cpx    ind16,z        ; 17 6C 34 56
  1557.     cpx    address        ; 17 7C 11 22
  1558.     cpx    external    ; 17 7Cs00r00
  1559.  
  1560.     cpy    ,x        ; 4D 00
  1561.     cpy    ,y        ; 5D 00
  1562.     cpy    ,z        ; 6D 00
  1563.     cpy    ,x8        ; 4D 00
  1564.     cpy    ,y8        ; 5D 00
  1565.     cpy    ,z8        ; 6D 00
  1566.     cpy    ,x16        ; 17 4D 00 00
  1567.     cpy    ,y16        ; 17 5D 00 00
  1568.     cpy    ,z16        ; 17 6D 00 00
  1569.     cpy    offset8,x8    ; 4Du00
  1570.     cpy    offset8,y8    ; 5Du00
  1571.     cpy    offset8,z8    ; 6Du00
  1572.     cpy    ind8,x8        ; 4D 12
  1573.     cpy    ind8,y8        ; 5D 12
  1574.     cpy    ind8,z8        ; 6D 12
  1575.     cpy    ind8,x        ; 4D 12
  1576.     cpy    ind8,y        ; 5D 12
  1577.     cpy    ind8,z        ; 6D 12
  1578.     cpy    #imm16        ; 37 7D 23 45
  1579.     cpy    #num16        ; 37 7Ds00r00
  1580.     cpy    offset16,x16    ; 17 4Ds00r00
  1581.     cpy    offset16,y16    ; 17 5Ds00r00
  1582.     cpy    offset16,z16    ; 17 6Ds00r00
  1583.     cpy    offset16,x    ; 17 4Ds00r00
  1584.     cpy    offset16,y    ; 17 5Ds00r00
  1585.     cpy    offset16,z    ; 17 6Ds00r00
  1586.     cpy    ind16,x16    ; 17 4D 34 56
  1587.     cpy    ind16,y16    ; 17 5D 34 56
  1588.     cpy    ind16,z16    ; 17 6D 34 56
  1589.     cpy    ind16,x        ; 17 4D 34 56
  1590.     cpy    ind16,y        ; 17 5D 34 56
  1591.     cpy    ind16,z        ; 17 6D 34 56
  1592.     cpy    address        ; 17 7D 11 22
  1593.     cpy    external    ; 17 7Ds00r00
  1594.  
  1595.     cpz    ,x        ; 4E 00
  1596.     cpz    ,y        ; 5E 00
  1597.     cpz    ,z        ; 6E 00
  1598.     cpz    ,x8        ; 4E 00
  1599.     cpz    ,y8        ; 5E 00
  1600.     cpz    ,z8        ; 6E 00
  1601.     cpz    ,x16        ; 17 4E 00 00
  1602.     cpz    ,y16        ; 17 5E 00 00
  1603.     cpz    ,z16        ; 17 6E 00 00
  1604.     cpz    offset8,x8    ; 4Eu00
  1605.     cpz    offset8,y8    ; 5Eu00
  1606.     cpz    offset8,z8    ; 6Eu00
  1607.     cpz    ind8,x8        ; 4E 12
  1608.     cpz    ind8,y8        ; 5E 12
  1609.     cpz    ind8,z8        ; 6E 12
  1610.     cpz    ind8,x        ; 4E 12
  1611.     cpz    ind8,y        ; 5E 12
  1612.     cpz    ind8,z        ; 6E 12
  1613.     cpz    #imm16        ; 37 7E 23 45
  1614.     cpz    #num16        ; 37 7Es00r00
  1615.     cpz    offset16,x16    ; 17 4Es00r00
  1616.     cpz    offset16,y16    ; 17 5Es00r00
  1617.     cpz    offset16,z16    ; 17 6Es00r00
  1618.     cpz    offset16,x    ; 17 4Es00r00
  1619.     cpz    offset16,y    ; 17 5Es00r00
  1620.     cpz    offset16,z    ; 17 6Es00r00
  1621.     cpz    ind16,x16    ; 17 4E 34 56
  1622.     cpz    ind16,y16    ; 17 5E 34 56
  1623.     cpz    ind16,z16    ; 17 6E 34 56
  1624.     cpz    ind16,x        ; 17 4E 34 56
  1625.     cpz    ind16,y        ; 17 5E 34 56
  1626.     cpz    ind16,z        ; 17 6E 34 56
  1627.     cpz    address        ; 17 7E 11 22
  1628.     cpz    external    ; 17 7Es00r00
  1629.  
  1630.     daa            ; 37 21
  1631.  
  1632.     dec    ,x        ; 01 00
  1633.     dec    ,y        ; 11 00
  1634.     dec    ,z        ; 21 00
  1635.     dec    ,x8        ; 01 00
  1636.     dec    ,y8        ; 11 00
  1637.     dec    ,z8        ; 21 00
  1638.     dec    ,x16        ; 17 01 00 00
  1639.     dec    ,y16        ; 17 11 00 00
  1640.     dec    ,z16        ; 17 21 00 00
  1641.     dec    offset8,x8    ; 01u00
  1642.     dec    offset8,y8    ; 11u00
  1643.     dec    offset8,z8    ; 21u00
  1644.     dec    ind8,x8        ; 01 12
  1645.     dec    ind8,y8        ; 11 12
  1646.     dec    ind8,z8        ; 21 12
  1647.     dec    ind8,x        ; 01 12
  1648.     dec    ind8,y        ; 11 12
  1649.     dec    ind8,z        ; 21 12
  1650.     dec    offset16,x16    ; 17 01s00r00
  1651.     dec    offset16,y16    ; 17 11s00r00
  1652.     dec    offset16,z16    ; 17 21s00r00
  1653.     dec    offset16,x    ; 17 01s00r00
  1654.     dec    offset16,y    ; 17 11s00r00
  1655.     dec    offset16,z    ; 17 21s00r00
  1656.     dec    ind16,x16    ; 17 01 34 56
  1657.     dec    ind16,y16    ; 17 11 34 56
  1658.     dec    ind16,z16    ; 17 21 34 56
  1659.     dec    ind16,x        ; 17 01 34 56
  1660.     dec    ind16,y        ; 17 11 34 56
  1661.     dec    ind16,z        ; 17 21 34 56
  1662.     dec    address        ; 17 31 11 22
  1663.     dec    external    ; 17 31s00r00
  1664.  
  1665.     deca            ; 37 01
  1666.     decb            ; 37 11
  1667.  
  1668.     decw    ,x        ; 27 01 00 00
  1669.     decw    ,y        ; 27 11 00 00
  1670.     decw    ,z        ; 27 21 00 00
  1671.     decw    ,x16        ; 27 01 00 00
  1672.     decw    ,y16        ; 27 11 00 00
  1673.     decw    ,z16        ; 27 21 00 00
  1674.     decw    offset16,x16    ; 27 01s00r00
  1675.     decw    offset16,y16    ; 27 11s00r00
  1676.     decw    offset16,z16    ; 27 21s00r00
  1677.     decw    offset16,x    ; 27 01s00r00
  1678.     decw    offset16,y    ; 27 11s00r00
  1679.     decw    offset16,z    ; 27 21s00r00
  1680.     decw    ind16,x16    ; 27 01 34 56
  1681.     decw    ind16,y16    ; 27 11 34 56
  1682.     decw    ind16,z16    ; 27 21 34 56
  1683.     decw    ind16,x        ; 27 01 34 56
  1684.     decw    ind16,y        ; 27 11 34 56
  1685.     decw    ind16,z        ; 27 21 34 56
  1686.     decw    address        ; 27 31 11 22
  1687.     decw    external    ; 27 31s00r00
  1688.  
  1689.     ediv            ; 37 28
  1690.     edivs            ; 37 29
  1691.     emul            ; 37 25
  1692.     emuls            ; 37 26
  1693.  
  1694.     eora    ,x        ; 44 00
  1695.     eora    ,y        ; 54 00
  1696.     eora    ,z        ; 64 00
  1697.     eora    ,x8        ; 44 00
  1698.     eora    ,y8        ; 54 00
  1699.     eora    ,z8        ; 64 00
  1700.     eora    ,x16        ; 17 44 00 00
  1701.     eora    ,y16        ; 17 54 00 00
  1702.     eora    ,z16        ; 17 64 00 00
  1703.     eora    offset8,x8    ; 44u00
  1704.     eora    offset8,y8    ; 54u00
  1705.     eora    offset8,z8    ; 64u00
  1706.     eora    ind8,x8        ; 44 12
  1707.     eora    ind8,y8        ; 54 12
  1708.     eora    ind8,z8        ; 64 12
  1709.     eora    ind8,x        ; 44 12
  1710.     eora    ind8,y        ; 54 12
  1711.     eora    ind8,z        ; 64 12
  1712.     eora    #imm8        ; 74 01
  1713.     eora    #num8        ; 74r00
  1714.     eora    offset16,x16    ; 17 44s00r00
  1715.     eora    offset16,y16    ; 17 54s00r00
  1716.     eora    offset16,z16    ; 17 64s00r00
  1717.     eora    offset16,x    ; 17 44s00r00
  1718.     eora    offset16,y    ; 17 54s00r00
  1719.     eora    offset16,z    ; 17 64s00r00
  1720.     eora    ind16,x16    ; 17 44 34 56
  1721.     eora    ind16,y16    ; 17 54 34 56
  1722.     eora    ind16,z16    ; 17 64 34 56
  1723.     eora    ind16,x        ; 17 44 34 56
  1724.     eora    ind16,y        ; 17 54 34 56
  1725.     eora    ind16,z        ; 17 64 34 56
  1726.     eora    address        ; 17 74 11 22
  1727.     eora    external    ; 17 74s00r00
  1728.     eora    e,x        ; 27 44
  1729.     eora    e,y        ; 27 54
  1730.     eora    e,z        ; 27 64
  1731.  
  1732.     eorb    ,x        ; C4 00
  1733.     eorb    ,y        ; D4 00
  1734.     eorb    ,z        ; E4 00
  1735.     eorb    ,x8        ; C4 00
  1736.     eorb    ,y8        ; D4 00
  1737.     eorb    ,z8        ; E4 00
  1738.     eorb    ,x16        ; 17 C4 00 00
  1739.     eorb    ,y16        ; 17 D4 00 00
  1740.     eorb    ,z16        ; 17 E4 00 00
  1741.     eorb    offset8,x8    ; C4u00
  1742.     eorb    offset8,y8    ; D4u00
  1743.     eorb    offset8,z8    ; E4u00
  1744.     eorb    ind8,x8        ; C4 12
  1745.     eorb    ind8,y8        ; D4 12
  1746.     eorb    ind8,z8        ; E4 12
  1747.     eorb    ind8,x        ; C4 12
  1748.     eorb    ind8,y        ; D4 12
  1749.     eorb    ind8,z        ; E4 12
  1750.     eorb    #imm8        ; F4 01
  1751.     eorb    #num8        ; F4r00
  1752.     eorb    offset16,x16    ; 17 C4s00r00
  1753.     eorb    offset16,y16    ; 17 D4s00r00
  1754.     eorb    offset16,z16    ; 17 E4s00r00
  1755.     eorb    offset16,x    ; 17 C4s00r00
  1756.     eorb    offset16,y    ; 17 D4s00r00
  1757.     eorb    offset16,z    ; 17 E4s00r00
  1758.     eorb    ind16,x16    ; 17 C4 34 56
  1759.     eorb    ind16,y16    ; 17 D4 34 56
  1760.     eorb    ind16,z16    ; 17 E4 34 56
  1761.     eorb    ind16,x        ; 17 C4 34 56
  1762.     eorb    ind16,y        ; 17 D4 34 56
  1763.     eorb    ind16,z        ; 17 E4 34 56
  1764.     eorb    address        ; 17 F4 11 22
  1765.     eorb    external    ; 17 F4s00r00
  1766.     eorb    e,x        ; 27 C4
  1767.     eorb    e,y        ; 27 D4
  1768.     eorb    e,z        ; 27 E4
  1769.  
  1770.     eord    ,x        ; 84 00
  1771.     eord    ,y        ; 94 00
  1772.     eord    ,z        ; A4 00
  1773.     eord    ,x8        ; 84 00
  1774.     eord    ,y8        ; 94 00
  1775.     eord    ,z8        ; A4 00
  1776.     eord    ,x16        ; 37 C4 00 00
  1777.     eord    ,y16        ; 37 D4 00 00
  1778.     eord    ,z16        ; 37 E4 00 00
  1779.     eord    offset8,x8    ; 84u00
  1780.     eord    offset8,y8    ; 94u00
  1781.     eord    offset8,z8    ; A4u00
  1782.     eord    ind8,x8        ; 84 12
  1783.     eord    ind8,y8        ; 94 12
  1784.     eord    ind8,z8        ; A4 12
  1785.     eord    ind8,x        ; 84 12
  1786.     eord    ind8,y        ; 94 12
  1787.     eord    ind8,z        ; A4 12
  1788.     eord    #imm16        ; 37 B4 23 45
  1789.     eord    #num16        ; 37 B4s00r00
  1790.     eord    offset16,x16    ; 37 C4s00r00
  1791.     eord    offset16,y16    ; 37 D4s00r00
  1792.     eord    offset16,z16    ; 37 E4s00r00
  1793.     eord    offset16,x    ; 37 C4s00r00
  1794.     eord    offset16,y    ; 37 D4s00r00
  1795.     eord    offset16,z    ; 37 E4s00r00
  1796.     eord    ind16,x16    ; 37 C4 34 56
  1797.     eord    ind16,y16    ; 37 D4 34 56
  1798.     eord    ind16,z16    ; 37 E4 34 56
  1799.     eord    ind16,x        ; 37 C4 34 56
  1800.     eord    ind16,y        ; 37 D4 34 56
  1801.     eord    ind16,z        ; 37 E4 34 56
  1802.     eord    address        ; 37 F4 11 22
  1803.     eord    external    ; 37 F4s00r00
  1804.     eord    e,x        ; 27 84
  1805.     eord    e,y        ; 27 94
  1806.     eord    e,z        ; 27 A4
  1807.  
  1808.     eore    #imm16        ; 37 34 23 45
  1809.     eore    #num16        ; 37 34s00r00
  1810.     eore    ,x        ; 37 44 00 00
  1811.     eore    ,y        ; 37 54 00 00
  1812.     eore    ,z        ; 37 64 00 00
  1813.     eore    ,x16        ; 37 44 00 00
  1814.     eore    ,y16        ; 37 54 00 00
  1815.     eore    ,z16        ; 37 64 00 00
  1816.     eore    offset16,x16    ; 37 44s00r00
  1817.     eore    offset16,y16    ; 37 54s00r00
  1818.     eore    offset16,z16    ; 37 64s00r00
  1819.     eore    offset16,x    ; 37 44s00r00
  1820.     eore    offset16,y    ; 37 54s00r00
  1821.     eore    offset16,z    ; 37 64s00r00
  1822.     eore    ind16,x16    ; 37 44 34 56
  1823.     eore    ind16,y16    ; 37 54 34 56
  1824.     eore    ind16,z16    ; 37 64 34 56
  1825.     eore    ind16,x        ; 37 44 34 56
  1826.     eore    ind16,y        ; 37 54 34 56
  1827.     eore    ind16,z        ; 37 64 34 56
  1828.     eore    address        ; 37 74 11 22
  1829.     eore    external    ; 37 74s00r00
  1830.  
  1831.     fdiv            ; 37 2B
  1832.     fmuls            ; 37 27
  1833.     idiv            ; 37 2A
  1834.  
  1835.     inc    ,x        ; 03 00
  1836.     inc    ,y        ; 13 00
  1837.     inc    ,z        ; 23 00
  1838.     inc    ,x8        ; 03 00
  1839.     inc    ,y8        ; 13 00
  1840.     inc    ,z8        ; 23 00
  1841.     inc    ,x16        ; 17 03 00 00
  1842.     inc    ,y16        ; 17 13 00 00
  1843.     inc    ,z16        ; 17 23 00 00
  1844.     inc    offset8,x8    ; 03u00
  1845.     inc    offset8,y8    ; 13u00
  1846.     inc    offset8,z8    ; 23u00
  1847.     inc    ind8,x8        ; 03 12
  1848.     inc    ind8,y8        ; 13 12
  1849.     inc    ind8,z8        ; 23 12
  1850.     inc    ind8,x        ; 03 12
  1851.     inc    ind8,y        ; 13 12
  1852.     inc    ind8,z        ; 23 12
  1853.     inc    offset16,x16    ; 17 03s00r00
  1854.     inc    offset16,y16    ; 17 13s00r00
  1855.     inc    offset16,z16    ; 17 23s00r00
  1856.     inc    offset16,x    ; 17 03s00r00
  1857.     inc    offset16,y    ; 17 13s00r00
  1858.     inc    offset16,z    ; 17 23s00r00
  1859.     inc    ind16,x16    ; 17 03 34 56
  1860.     inc    ind16,y16    ; 17 13 34 56
  1861.     inc    ind16,z16    ; 17 23 34 56
  1862.     inc    ind16,x        ; 17 03 34 56
  1863.     inc    ind16,y        ; 17 13 34 56
  1864.     inc    ind16,z        ; 17 23 34 56
  1865.     inc    address        ; 17 33 11 22
  1866.     inc    external    ; 17 33s00r00
  1867.  
  1868.     inca            ; 37 03
  1869.     incb            ; 37 13
  1870.  
  1871.     incw    ,x        ; 27 03 00 00
  1872.     incw    ,y        ; 27 13 00 00
  1873.     incw    ,z        ; 27 23 00 00
  1874.     incw    ,x16        ; 27 03 00 00
  1875.     incw    ,y16        ; 27 13 00 00
  1876.     incw    ,z16        ; 27 23 00 00
  1877.     incw    offset16,x16    ; 27 03s00r00
  1878.     incw    offset16,y16    ; 27 13s00r00
  1879.     incw    offset16,z16    ; 27 23s00r00
  1880.     incw    offset16,x    ; 27 03s00r00
  1881.     incw    offset16,y    ; 27 13s00r00
  1882.     incw    offset16,z    ; 27 23s00r00
  1883.     incw    ind16,x16    ; 27 03 34 56
  1884.     incw    ind16,y16    ; 27 13 34 56
  1885.     incw    ind16,z16    ; 27 23 34 56
  1886.     incw    ind16,x        ; 27 03 34 56
  1887.     incw    ind16,y        ; 27 13 34 56
  1888.     incw    ind16,z        ; 27 23 34 56
  1889.     incw    address        ; 27 33 11 22
  1890.     incw    external    ; 27 33s00r00
  1891.  
  1892.     jmp    #bnk,offset16,x16    ; 4B 03s00r00
  1893.     jmp    #bnk,offset16,y16    ; 5B 03s00r00
  1894.     jmp    #bnk,offset16,z16    ; 6B 03s00r00
  1895.     jmp    #bnk,offset16,x        ; 4B 03s00r00
  1896.     jmp    #bnk,offset16,y        ; 5B 03s00r00
  1897.     jmp    #bnk,offset16,z        ; 6B 03s00r00
  1898.     jmp    #bnk,ind16,x16        ; 4B 03 34 56
  1899.     jmp    #bnk,ind16,y16        ; 5B 03 34 56
  1900.     jmp    #bnk,ind16,z16        ; 6B 03 34 56
  1901.     jmp    #bnk,ind16,x        ; 4B 03 34 56
  1902.     jmp    #bnk,ind16,y        ; 5B 03 34 56
  1903.     jmp    #bnk,ind16,z        ; 6B 03 34 56
  1904.     jmp    #bnk,address        ; 70 03 11 22
  1905.     jmp    #bnk,external        ; 70 03s00r00
  1906.  
  1907.     jmp    ebnk,offset16,x16    ; 4Bu00s00r00
  1908.     jmp    ebnk,offset16,y16    ; 5Bu00s00r00
  1909.     jmp    ebnk,offset16,z16    ; 6Bu00s00r00
  1910.     jmp    ebnk,offset16,x        ; 4Bu00s00r00
  1911.     jmp    ebnk,offset16,y        ; 5Bu00s00r00
  1912.     jmp    ebnk,offset16,z        ; 6Bu00s00r00
  1913.     jmp    ebnk,ind16,x16        ; 4Bu00 34 56
  1914.     jmp    ebnk,ind16,y16        ; 5Bu00 34 56
  1915.     jmp    ebnk,ind16,z16        ; 6Bu00 34 56
  1916.     jmp    ebnk,ind16,x        ; 4Bu00 34 56
  1917.     jmp    ebnk,ind16,y        ; 5Bu00 34 56
  1918.     jmp    ebnk,ind16,z        ; 6Bu00 34 56
  1919.     jmp    ebnk,address        ; 70u00 11 22
  1920.     jmp    ebnk,external        ; 70u00s00r00
  1921.  
  1922.     jsr    #bnk,offset16,x16    ; 89 03s00r00
  1923.     jsr    #bnk,offset16,y16    ; 99 03s00r00
  1924.     jsr    #bnk,offset16,z16    ; A9 03s00r00
  1925.     jsr    #bnk,offset16,x        ; 89 03s00r00
  1926.     jsr    #bnk,offset16,y        ; 99 03s00r00
  1927.     jsr    #bnk,offset16,z        ; A9 03s00r00
  1928.     jsr    #bnk,ind16,x16        ; 89 03 34 56
  1929.     jsr    #bnk,ind16,y16        ; 99 03 34 56
  1930.     jsr    #bnk,ind16,z16        ; A9 03 34 56
  1931.     jsr    #bnk,ind16,x        ; 89 03 34 56
  1932.     jsr    #bnk,ind16,y        ; 99 03 34 56
  1933.     jsr    #bnk,ind16,z        ; A9 03 34 56
  1934.     jsr    #bnk,address        ; FA 03 11 22
  1935.     jsr    #bnk,external        ; FA 03s00r00
  1936.  
  1937.     jsr    ebnk,offset16,x16    ; 89u00s00r00
  1938.     jsr    ebnk,offset16,y16    ; 99u00s00r00
  1939.     jsr    ebnk,offset16,z16    ; A9u00s00r00
  1940.     jsr    ebnk,offset16,x        ; 89u00s00r00
  1941.     jsr    ebnk,offset16,y        ; 99u00s00r00
  1942.     jsr    ebnk,offset16,z        ; A9u00s00r00
  1943.     jsr    ebnk,ind16,x16        ; 89u00 34 56
  1944.     jsr    ebnk,ind16,y16        ; 99u00 34 56
  1945.     jsr    ebnk,ind16,z16        ; A9u00 34 56
  1946.     jsr    ebnk,ind16,x        ; 89u00 34 56
  1947.     jsr    ebnk,ind16,y        ; 99u00 34 56
  1948.     jsr    ebnk,ind16,z        ; A9u00 34 56
  1949.     jsr    ebnk,address        ; FAu00 11 22
  1950.     jsr    ebnk,external        ; FAu00s00r00
  1951.  
  1952.     lbcc    .+0x14        ; 37 84 00 10
  1953.     lbcs    .+0x14        ; 37 85 00 10
  1954.     lbeq    .+0x14        ; 37 87 00 10
  1955.     lbev    .+0x14        ; 37 91 00 10
  1956.     lbge    .+0x14        ; 37 8C 00 10
  1957.     lbgt    .+0x14        ; 37 8E 00 10
  1958.     lbhi    .+0x14        ; 37 82 00 10
  1959.     lbhis    .+0x14        ; 37 84 00 10
  1960.     lbhs    .+0x14        ; 37 84 00 10
  1961.     lble    .+0x14        ; 37 8F 00 10
  1962.     lblo    .+0x14        ; 37 85 00 10
  1963.     lblos    .+0x14        ; 37 83 00 10
  1964.     lbls    .+0x14        ; 37 83 00 10
  1965.     lblt    .+0x14        ; 37 8D 00 10
  1966.     lbmi    .+0x14        ; 37 8B 00 10
  1967.     lbmv    .+0x14        ; 37 90 00 10
  1968.     lbne    .+0x14        ; 37 86 00 10
  1969.     lbpl    .+0x14        ; 37 8A 00 10
  1970.     lbra    .+0x14        ; 37 80 00 10
  1971.     lbrn    .+0x14        ; 37 81 00 10
  1972.     lbsr    .+0x14        ; 27 F9 00 10
  1973.     lbvc    .+0x14        ; 37 88 00 10
  1974.     lbvs    .+0x14        ; 37 89 00 10
  1975.  
  1976.     lbcc    external    ; 37 84q00p00
  1977.     lbcs    external    ; 37 85q00p00
  1978.     lbeq    external    ; 37 87q00p00
  1979.     lbev    external    ; 37 91q00p00
  1980.     lbge    external    ; 37 8Cq00p00
  1981.     lbgt    external    ; 37 8Eq00p00
  1982.     lbhi    external    ; 37 82q00p00
  1983.     lbhis    external    ; 37 84q00p00
  1984.     lbhs    external    ; 37 84q00p00
  1985.     lble    external    ; 37 8Fq00p00
  1986.     lblo    external    ; 37 85q00p00
  1987.     lblos    external    ; 37 83q00p00
  1988.     lbls    external    ; 37 83q00p00
  1989.     lblt    external    ; 37 8Dq00p00
  1990.     lbmi    external    ; 37 8Bq00p00
  1991.     lbmv    external    ; 37 90q00p00
  1992.     lbne    external    ; 37 86q00p00
  1993.     lbpl    external    ; 37 8Aq00p00
  1994.     lbra    external    ; 37 80q00p00
  1995.     lbrn    external    ; 37 81q00p00
  1996.     lbsr    external    ; 27 F9q00p00
  1997.     lbvc    external    ; 37 88q00p00
  1998.     lbvs    external    ; 37 89q00p00
  1999.  
  2000. long:    lbcc    long        ; 37 84 FF FC
  2001.     lbcs    long        ; 37 85 FF F8
  2002.     lbeq    long        ; 37 87 FF F4
  2003.     lbev    long        ; 37 91 FF F0
  2004.     lbge    long        ; 37 8C FF EC
  2005.     lbgt    long        ; 37 8E FF E8
  2006.     lbhi    long        ; 37 82 FF E4
  2007.     lbhis    long        ; 37 84 FF E0
  2008.     lbhs    long        ; 37 84 FF DC
  2009.     lble    long        ; 37 8F FF D8
  2010.     lblo    long        ; 37 85 FF D4
  2011.     lblos    long        ; 37 83 FF D0
  2012.     lbls    long        ; 37 83 FF CC
  2013.     lblt    long        ; 37 8D FF C8
  2014.     lbmi    long        ; 37 8B FF C4
  2015.     lbmv    long        ; 37 90 FF C0
  2016.     lbne    long        ; 37 86 FF BC
  2017.     lbpl    long        ; 37 8A FF B8
  2018.     lbra    long        ; 37 80 FF B4
  2019.     lbrn    long        ; 37 81 FF B0
  2020.     lbsr    long        ; 27 F9 FF AC
  2021.     lbvc    long        ; 37 88 FF A8
  2022.     lbvs    long        ; 37 89 FF A4
  2023.  
  2024.     ldaa    ,x        ; 45 00
  2025.     ldaa    ,y        ; 55 00
  2026.     ldaa    ,z        ; 65 00
  2027.     ldaa    ,x8        ; 45 00
  2028.     ldaa    ,y8        ; 55 00
  2029.     ldaa    ,z8        ; 65 00
  2030.     ldaa    ,x16        ; 17 45 00 00
  2031.     ldaa    ,y16        ; 17 55 00 00
  2032.     ldaa    ,z16        ; 17 65 00 00
  2033.     ldaa    offset8,x8    ; 45u00
  2034.     ldaa    offset8,y8    ; 55u00
  2035.     ldaa    offset8,z8    ; 65u00
  2036.     ldaa    ind8,x8        ; 45 12
  2037.     ldaa    ind8,y8        ; 55 12
  2038.     ldaa    ind8,z8        ; 65 12
  2039.     ldaa    ind8,x        ; 45 12
  2040.     ldaa    ind8,y        ; 55 12
  2041.     ldaa    ind8,z        ; 65 12
  2042.     ldaa    #imm8        ; 75 01
  2043.     ldaa    #num8        ; 75r00
  2044.     ldaa    offset16,x16    ; 17 45s00r00
  2045.     ldaa    offset16,y16    ; 17 55s00r00
  2046.     ldaa    offset16,z16    ; 17 65s00r00
  2047.     ldaa    offset16,x    ; 17 45s00r00
  2048.     ldaa    offset16,y    ; 17 55s00r00
  2049.     ldaa    offset16,z    ; 17 65s00r00
  2050.     ldaa    ind16,x16    ; 17 45 34 56
  2051.     ldaa    ind16,y16    ; 17 55 34 56
  2052.     ldaa    ind16,z16    ; 17 65 34 56
  2053.     ldaa    ind16,x        ; 17 45 34 56
  2054.     ldaa    ind16,y        ; 17 55 34 56
  2055.     ldaa    ind16,z        ; 17 65 34 56
  2056.     ldaa    address        ; 17 75 11 22
  2057.     ldaa    external    ; 17 75s00r00
  2058.     ldaa    e,x        ; 27 45
  2059.     ldaa    e,y        ; 27 55
  2060.     ldaa    e,z        ; 27 65
  2061.  
  2062.     ldab    ,x        ; C5 00
  2063.     ldab    ,y        ; D5 00
  2064.     ldab    ,z        ; E5 00
  2065.     ldab    ,x8        ; C5 00
  2066.     ldab    ,y8        ; D5 00
  2067.     ldab    ,z8        ; E5 00
  2068.     ldab    ,x16        ; 17 C5 00 00
  2069.     ldab    ,y16        ; 17 D5 00 00
  2070.     ldab    ,z16        ; 17 E5 00 00
  2071.     ldab    offset8,x8    ; C5u00
  2072.     ldab    offset8,y8    ; D5u00
  2073.     ldab    offset8,z8    ; E5u00
  2074.     ldab    ind8,x8        ; C5 12
  2075.     ldab    ind8,y8        ; D5 12
  2076.     ldab    ind8,z8        ; E5 12
  2077.     ldab    ind8,x        ; C5 12
  2078.     ldab    ind8,y        ; D5 12
  2079.     ldab    ind8,z        ; E5 12
  2080.     ldab    #imm8        ; F5 01
  2081.     ldab    #num8        ; F5r00
  2082.     ldab    offset16,x16    ; 17 C5s00r00
  2083.     ldab    offset16,y16    ; 17 D5s00r00
  2084.     ldab    offset16,z16    ; 17 E5s00r00
  2085.     ldab    offset16,x    ; 17 C5s00r00
  2086.     ldab    offset16,y    ; 17 D5s00r00
  2087.     ldab    offset16,z    ; 17 E5s00r00
  2088.     ldab    ind16,x16    ; 17 C5 34 56
  2089.     ldab    ind16,y16    ; 17 D5 34 56
  2090.     ldab    ind16,z16    ; 17 E5 34 56
  2091.     ldab    ind16,x        ; 17 C5 34 56
  2092.     ldab    ind16,y        ; 17 D5 34 56
  2093.     ldab    ind16,z        ; 17 E5 34 56
  2094.     ldab    address        ; 17 F5 11 22
  2095.     ldab    external    ; 17 F5s00r00
  2096.     ldab    e,x        ; 27 C5
  2097.     ldab    e,y        ; 27 D5
  2098.     ldab    e,z        ; 27 E5
  2099.  
  2100.     ldd    ,x        ; 85 00
  2101.     ldd    ,y        ; 95 00
  2102.     ldd    ,z        ; A5 00
  2103.     ldd    ,x8        ; 85 00
  2104.     ldd    ,y8        ; 95 00
  2105.     ldd    ,z8        ; A5 00
  2106.     ldd    ,x16        ; 37 C5 00 00
  2107.     ldd    ,y16        ; 37 D5 00 00
  2108.     ldd    ,z16        ; 37 E5 00 00
  2109.     ldd    offset8,x8    ; 85u00
  2110.     ldd    offset8,y8    ; 95u00
  2111.     ldd    offset8,z8    ; A5u00
  2112.     ldd    ind8,x8        ; 85 12
  2113.     ldd    ind8,y8        ; 95 12
  2114.     ldd    ind8,z8        ; A5 12
  2115.     ldd    ind8,x        ; 85 12
  2116.     ldd    ind8,y        ; 95 12
  2117.     ldd    ind8,z        ; A5 12
  2118.     ldd    #imm16        ; 37 B5 23 45
  2119.     ldd    #num16        ; 37 B5s00r00
  2120.     ldd    offset16,x16    ; 37 C5s00r00
  2121.     ldd    offset16,y16    ; 37 D5s00r00
  2122.     ldd    offset16,z16    ; 37 E5s00r00
  2123.     ldd    offset16,x    ; 37 C5s00r00
  2124.     ldd    offset16,y    ; 37 D5s00r00
  2125.     ldd    offset16,z    ; 37 E5s00r00
  2126.     ldd    ind16,x16    ; 37 C5 34 56
  2127.     ldd    ind16,y16    ; 37 D5 34 56
  2128.     ldd    ind16,z16    ; 37 E5 34 56
  2129.     ldd    ind16,x        ; 37 C5 34 56
  2130.     ldd    ind16,y        ; 37 D5 34 56
  2131.     ldd    ind16,z        ; 37 E5 34 56
  2132.     ldd    address        ; 37 F5 11 22
  2133.     ldd    external    ; 37 F5s00r00
  2134.     ldd    e,x        ; 27 85
  2135.     ldd    e,y        ; 27 95
  2136.     ldd    e,z        ; 27 A5
  2137.  
  2138.     lde    #imm16        ; 37 35 23 45
  2139.     lde    #num16        ; 37 35s00r00
  2140.     lde    ,x        ; 37 45 00 00
  2141.     lde    ,y        ; 37 55 00 00
  2142.     lde    ,z        ; 37 65 00 00
  2143.     lde    ,x16        ; 37 45 00 00
  2144.     lde    ,y16        ; 37 55 00 00
  2145.     lde    ,z16        ; 37 65 00 00
  2146.     lde    offset16,x16    ; 37 45s00r00
  2147.     lde    offset16,y16    ; 37 55s00r00
  2148.     lde    offset16,z16    ; 37 65s00r00
  2149.     lde    offset16,x    ; 37 45s00r00
  2150.     lde    offset16,y    ; 37 55s00r00
  2151.     lde    offset16,z    ; 37 65s00r00
  2152.     lde    ind16,x16    ; 37 45 34 56
  2153.     lde    ind16,y16    ; 37 55 34 56
  2154.     lde    ind16,z16    ; 37 65 34 56
  2155.     lde    ind16,x        ; 37 45 34 56
  2156.     lde    ind16,y        ; 37 55 34 56
  2157.     lde    ind16,z        ; 37 65 34 56
  2158.     lde    address        ; 37 75 11 22
  2159.     lde    external    ; 37 75s00r00
  2160.  
  2161.     lded    address        ; 27 71 11 22
  2162.     lded    external    ; 27 71s00r00
  2163.  
  2164.     ldhi            ; 27 B0
  2165.  
  2166.     lds    ,x        ; CF 00
  2167.     lds    ,y        ; DF 00
  2168.     lds    ,z        ; EF 00
  2169.     lds    ,x8        ; CF 00
  2170.     lds    ,y8        ; DF 00
  2171.     lds    ,z8        ; EF 00
  2172.     lds    ,x16        ; 17 CF 00 00
  2173.     lds    ,y16        ; 17 DF 00 00
  2174.     lds    ,z16        ; 17 EF 00 00
  2175.     lds    offset8,x8    ; CFu00
  2176.     lds    offset8,y8    ; DFu00
  2177.     lds    offset8,z8    ; EFu00
  2178.     lds    ind8,x8        ; CF 12
  2179.     lds    ind8,y8        ; DF 12
  2180.     lds    ind8,z8        ; EF 12
  2181.     lds    ind8,x        ; CF 12
  2182.     lds    ind8,y        ; DF 12
  2183.     lds    ind8,z        ; EF 12
  2184.     lds    #imm16        ; 37 BF 23 45
  2185.     lds    #num16        ; 37 BFs00r00
  2186.     lds    offset16,x16    ; 17 CFs00r00
  2187.     lds    offset16,y16    ; 17 DFs00r00
  2188.     lds    offset16,z16    ; 17 EFs00r00
  2189.     lds    offset16,x    ; 17 CFs00r00
  2190.     lds    offset16,y    ; 17 DFs00r00
  2191.     lds    offset16,z    ; 17 EFs00r00
  2192.     lds    ind16,x16    ; 17 CF 34 56
  2193.     lds    ind16,y16    ; 17 DF 34 56
  2194.     lds    ind16,z16    ; 17 EF 34 56
  2195.     lds    ind16,x        ; 17 CF 34 56
  2196.     lds    ind16,y        ; 17 DF 34 56
  2197.     lds    ind16,z        ; 17 EF 34 56
  2198.     lds    address        ; 17 FF 11 22
  2199.     lds    external    ; 17 FFs00r00
  2200.  
  2201.     ldx    ,x        ; CC 00
  2202.     ldx    ,y        ; DC 00
  2203.     ldx    ,z        ; EC 00
  2204.     ldx    ,x8        ; CC 00
  2205.     ldx    ,y8        ; DC 00
  2206.     ldx    ,z8        ; EC 00
  2207.     ldx    ,x16        ; 17 CC 00 00
  2208.     ldx    ,y16        ; 17 DC 00 00
  2209.     ldx    ,z16        ; 17 EC 00 00
  2210.     ldx    offset8,x8    ; CCu00
  2211.     ldx    offset8,y8    ; DCu00
  2212.     ldx    offset8,z8    ; ECu00
  2213.     ldx    ind8,x8        ; CC 12
  2214.     ldx    ind8,y8        ; DC 12
  2215.     ldx    ind8,z8        ; EC 12
  2216.     ldx    ind8,x        ; CC 12
  2217.     ldx    ind8,y        ; DC 12
  2218.     ldx    ind8,z        ; EC 12
  2219.     ldx    #imm16        ; 37 BC 23 45
  2220.     ldx    #num16        ; 37 BCs00r00
  2221.     ldx    offset16,x16    ; 17 CCs00r00
  2222.     ldx    offset16,y16    ; 17 DCs00r00
  2223.     ldx    offset16,z16    ; 17 ECs00r00
  2224.     ldx    offset16,x    ; 17 CCs00r00
  2225.     ldx    offset16,y    ; 17 DCs00r00
  2226.     ldx    offset16,z    ; 17 ECs00r00
  2227.     ldx    ind16,x16    ; 17 CC 34 56
  2228.     ldx    ind16,y16    ; 17 DC 34 56
  2229.     ldx    ind16,z16    ; 17 EC 34 56
  2230.     ldx    ind16,x        ; 17 CC 34 56
  2231.     ldx    ind16,y        ; 17 DC 34 56
  2232.     ldx    ind16,z        ; 17 EC 34 56
  2233.     ldx    address        ; 17 FC 11 22
  2234.     ldx    external    ; 17 FCs00r00
  2235.  
  2236.     ldy    ,x        ; CD 00
  2237.     ldy    ,y        ; DD 00
  2238.     ldy    ,z        ; ED 00
  2239.     ldy    ,x8        ; CD 00
  2240.     ldy    ,y8        ; DD 00
  2241.     ldy    ,z8        ; ED 00
  2242.     ldy    ,x16        ; 17 CD 00 00
  2243.     ldy    ,y16        ; 17 DD 00 00
  2244.     ldy    ,z16        ; 17 ED 00 00
  2245.     ldy    offset8,x8    ; CDu00
  2246.     ldy    offset8,y8    ; DDu00
  2247.     ldy    offset8,z8    ; EDu00
  2248.     ldy    ind8,x8        ; CD 12
  2249.     ldy    ind8,y8        ; DD 12
  2250.     ldy    ind8,z8        ; ED 12
  2251.     ldy    ind8,x        ; CD 12
  2252.     ldy    ind8,y        ; DD 12
  2253.     ldy    ind8,z        ; ED 12
  2254.     ldy    #imm16        ; 37 BD 23 45
  2255.     ldy    #num16        ; 37 BDs00r00
  2256.     ldy    offset16,x16    ; 17 CDs00r00
  2257.     ldy    offset16,y16    ; 17 DDs00r00
  2258.     ldy    offset16,z16    ; 17 EDs00r00
  2259.     ldy    offset16,x    ; 17 CDs00r00
  2260.     ldy    offset16,y    ; 17 DDs00r00
  2261.     ldy    offset16,z    ; 17 EDs00r00
  2262.     ldy    ind16,x16    ; 17 CD 34 56
  2263.     ldy    ind16,y16    ; 17 DD 34 56
  2264.     ldy    ind16,z16    ; 17 ED 34 56
  2265.     ldy    ind16,x        ; 17 CD 34 56
  2266.     ldy    ind16,y        ; 17 DD 34 56
  2267.     ldy    ind16,z        ; 17 ED 34 56
  2268.     ldy    address        ; 17 FD 11 22
  2269.     ldy    external    ; 17 FDs00r00
  2270.  
  2271.     ldz    ,x        ; CE 00
  2272.     ldz    ,y        ; DE 00
  2273.     ldz    ,z        ; EE 00
  2274.     ldz    ,x8        ; CE 00
  2275.     ldz    ,y8        ; DE 00
  2276.     ldz    ,z8        ; EE 00
  2277.     ldz    ,x16        ; 17 CE 00 00
  2278.     ldz    ,y16        ; 17 DE 00 00
  2279.     ldz    ,z16        ; 17 EE 00 00
  2280.     ldz    offset8,x8    ; CEu00
  2281.     ldz    offset8,y8    ; DEu00
  2282.     ldz    offset8,z8    ; EEu00
  2283.     ldz    ind8,x8        ; CE 12
  2284.     ldz    ind8,y8        ; DE 12
  2285.     ldz    ind8,z8        ; EE 12
  2286.     ldz    ind8,x        ; CE 12
  2287.     ldz    ind8,y        ; DE 12
  2288.     ldz    ind8,z        ; EE 12
  2289.     ldz    #imm16        ; 37 BE 23 45
  2290.     ldz    #num16        ; 37 BEs00r00
  2291.     ldz    offset16,x16    ; 17 CEs00r00
  2292.     ldz    offset16,y16    ; 17 DEs00r00
  2293.     ldz    offset16,z16    ; 17 EEs00r00
  2294.     ldz    offset16,x    ; 17 CEs00r00
  2295.     ldz    offset16,y    ; 17 DEs00r00
  2296.     ldz    offset16,z    ; 17 EEs00r00
  2297.     ldz    ind16,x16    ; 17 CE 34 56
  2298.     ldz    ind16,y16    ; 17 DE 34 56
  2299.     ldz    ind16,z16    ; 17 EE 34 56
  2300.     ldz    ind16,x        ; 17 CE 34 56
  2301.     ldz    ind16,y        ; 17 DE 34 56
  2302.     ldz    ind16,z        ; 17 EE 34 56
  2303.     ldz    address        ; 17 FE 11 22
  2304.     ldz    external    ; 17 FEs00r00
  2305.  
  2306.     lpstop            ; 27 F1
  2307.  
  2308.     lsl    ,x        ; 04 00
  2309.     lsl    ,y        ; 14 00
  2310.     lsl    ,z        ; 24 00
  2311.     lsl    ,x8        ; 04 00
  2312.     lsl    ,y8        ; 14 00
  2313.     lsl    ,z8        ; 24 00
  2314.     lsl    ,x16        ; 17 04 00 00
  2315.     lsl    ,y16        ; 17 14 00 00
  2316.     lsl    ,z16        ; 17 24 00 00
  2317.     lsl    offset8,x8    ; 04u00
  2318.     lsl    offset8,y8    ; 14u00
  2319.     lsl    offset8,z8    ; 24u00
  2320.     lsl    ind8,x8        ; 04 12
  2321.     lsl    ind8,y8        ; 14 12
  2322.     lsl    ind8,z8        ; 24 12
  2323.     lsl    ind8,x        ; 04 12
  2324.     lsl    ind8,y        ; 14 12
  2325.     lsl    ind8,z        ; 24 12
  2326.     lsl    offset16,x16    ; 17 04s00r00
  2327.     lsl    offset16,y16    ; 17 14s00r00
  2328.     lsl    offset16,z16    ; 17 24s00r00
  2329.     lsl    offset16,x    ; 17 04s00r00
  2330.     lsl    offset16,y    ; 17 14s00r00
  2331.     lsl    offset16,z    ; 17 24s00r00
  2332.     lsl    ind16,x16    ; 17 04 34 56
  2333.     lsl    ind16,y16    ; 17 14 34 56
  2334.     lsl    ind16,z16    ; 17 24 34 56
  2335.     lsl    ind16,x        ; 17 04 34 56
  2336.     lsl    ind16,y        ; 17 14 34 56
  2337.     lsl    ind16,z        ; 17 24 34 56
  2338.     lsl    address        ; 17 34 11 22
  2339.     lsl    external    ; 17 34s00r00
  2340.  
  2341.     lsla            ; 37 04
  2342.     lslb            ; 37 14
  2343.     lsld            ; 27 F4
  2344.     lsle            ; 27 74
  2345.     lslm            ; 27 B6
  2346.  
  2347.     lslw    ,x        ; 27 04 00 00
  2348.     lslw    ,y        ; 27 14 00 00
  2349.     lslw    ,z        ; 27 24 00 00
  2350.     lslw    ,x16        ; 27 04 00 00
  2351.     lslw    ,y16        ; 27 14 00 00
  2352.     lslw    ,z16        ; 27 24 00 00
  2353.     lslw    offset16,x16    ; 27 04s00r00
  2354.     lslw    offset16,y16    ; 27 14s00r00
  2355.     lslw    offset16,z16    ; 27 24s00r00
  2356.     lslw    offset16,x    ; 27 04s00r00
  2357.     lslw    offset16,y    ; 27 14s00r00
  2358.     lslw    offset16,z    ; 27 24s00r00
  2359.     lslw    ind16,x16    ; 27 04 34 56
  2360.     lslw    ind16,y16    ; 27 14 34 56
  2361.     lslw    ind16,z16    ; 27 24 34 56
  2362.     lslw    ind16,x        ; 27 04 34 56
  2363.     lslw    ind16,y        ; 27 14 34 56
  2364.     lslw    ind16,z        ; 27 24 34 56
  2365.     lslw    address        ; 27 34 11 22
  2366.     lslw    external    ; 27 34s00r00
  2367.  
  2368.     lsr    ,x        ; 0F 00
  2369.     lsr    ,y        ; 1F 00
  2370.     lsr    ,z        ; 2F 00
  2371.     lsr    ,x8        ; 0F 00
  2372.     lsr    ,y8        ; 1F 00
  2373.     lsr    ,z8        ; 2F 00
  2374.     lsr    ,x16        ; 17 0F 00 00
  2375.     lsr    ,y16        ; 17 1F 00 00
  2376.     lsr    ,z16        ; 17 2F 00 00
  2377.     lsr    offset8,x8    ; 0Fu00
  2378.     lsr    offset8,y8    ; 1Fu00
  2379.     lsr    offset8,z8    ; 2Fu00
  2380.     lsr    ind8,x8        ; 0F 12
  2381.     lsr    ind8,y8        ; 1F 12
  2382.     lsr    ind8,z8        ; 2F 12
  2383.     lsr    ind8,x        ; 0F 12
  2384.     lsr    ind8,y        ; 1F 12
  2385.     lsr    ind8,z        ; 2F 12
  2386.     lsr    offset16,x16    ; 17 0Fs00r00
  2387.     lsr    offset16,y16    ; 17 1Fs00r00
  2388.     lsr    offset16,z16    ; 17 2Fs00r00
  2389.     lsr    offset16,x    ; 17 0Fs00r00
  2390.     lsr    offset16,y    ; 17 1Fs00r00
  2391.     lsr    offset16,z    ; 17 2Fs00r00
  2392.     lsr    ind16,x16    ; 17 0F 34 56
  2393.     lsr    ind16,y16    ; 17 1F 34 56
  2394.     lsr    ind16,z16    ; 17 2F 34 56
  2395.     lsr    ind16,x        ; 17 0F 34 56
  2396.     lsr    ind16,y        ; 17 1F 34 56
  2397.     lsr    ind16,z        ; 17 2F 34 56
  2398.     lsr    address        ; 17 3F 11 22
  2399.     lsr    external    ; 17 3Fs00r00
  2400.  
  2401.     lsra            ; 37 0F
  2402.     lsrb            ; 37 1F
  2403.     lsrd            ; 27 FF
  2404.     lsre            ; 27 7F
  2405.  
  2406.     lsrw    ,x        ; 27 0F 00 00
  2407.     lsrw    ,y        ; 27 1F 00 00
  2408.     lsrw    ,z        ; 27 2F 00 00
  2409.     lsrw    ,x16        ; 27 0F 00 00
  2410.     lsrw    ,y16        ; 27 1F 00 00
  2411.     lsrw    ,z16        ; 27 2F 00 00
  2412.     lsrw    offset16,x16    ; 27 0Fs00r00
  2413.     lsrw    offset16,y16    ; 27 1Fs00r00
  2414.     lsrw    offset16,z16    ; 27 2Fs00r00
  2415.     lsrw    offset16,x    ; 27 0Fs00r00
  2416.     lsrw    offset16,y    ; 27 1Fs00r00
  2417.     lsrw    offset16,z    ; 27 2Fs00r00
  2418.     lsrw    ind16,x16    ; 27 0F 34 56
  2419.     lsrw    ind16,y16    ; 27 1F 34 56
  2420.     lsrw    ind16,z16    ; 27 2F 34 56
  2421.     lsrw    ind16,x        ; 27 0F 34 56
  2422.     lsrw    ind16,y        ; 27 1F 34 56
  2423.     lsrw    ind16,z        ; 27 2F 34 56
  2424.     lsrw    address        ; 27 3F 11 22
  2425.     lsrw    external    ; 27 3Fs00r00
  2426.  
  2427.     mac    #ix,#iy        ; 7B 67
  2428.     mac    #ixiy        ; 7B 89
  2429.     mac    #eixiy        ; 7Br00
  2430.  
  2431.     movb    address,offset8,x8    ; 32u00 11 22
  2432.     movb    address,offset8,y8    ; 32u00 11 22
  2433.     movb    address,offset8,z8    ; 32u00 11 22
  2434.     movb    address,offset8,x    ; 32u00 11 22
  2435.     movb    address,offset8,y    ; 32u00 11 22
  2436.     movb    address,offset8,z    ; 32u00 11 22
  2437.     movb    address,ind8,x8        ; 32 12 11 22
  2438.     movb    address,ind8,y8        ; 32 12 11 22
  2439.     movb    address,ind8,z8        ; 32 12 11 22
  2440.     movb    address,ind8,x        ; 32 12 11 22
  2441.     movb    address,ind8,y        ; 32 12 11 22
  2442.     movb    address,ind8,z        ; 32 12 11 22
  2443.  
  2444.     movb    external,offset8,x8    ; 32u00s00r00
  2445.     movb    external,offset8,y8    ; 32u00s00r00
  2446.     movb    external,offset8,z8    ; 32u00s00r00
  2447.     movb    external,offset8,x    ; 32u00s00r00
  2448.     movb    external,offset8,y    ; 32u00s00r00
  2449.     movb    external,offset8,z    ; 32u00s00r00
  2450.     movb    external,ind8,x8    ; 32 12s00r00
  2451.     movb    external,ind8,y8    ; 32 12s00r00
  2452.     movb    external,ind8,z8    ; 32 12s00r00
  2453.     movb    external,ind8,x        ; 32 12s00r00
  2454.     movb    external,ind8,y        ; 32 12s00r00
  2455.     movb    external,ind8,z        ; 32 12s00r00
  2456.  
  2457.     movb    offset8,x8,address    ; 30u00 11 22
  2458.     movb    offset8,y8,address    ; 30u00 11 22
  2459.     movb    offset8,z8,address    ; 30u00 11 22
  2460.     movb    offset8,x,address    ; 30u00 11 22
  2461.     movb    offset8,y,address    ; 30u00 11 22
  2462.     movb    offset8,z,address    ; 30u00 11 22
  2463.     movb    ind8,x8,address        ; 30 12 11 22
  2464.     movb    ind8,y8,address        ; 30 12 11 22
  2465.     movb    ind8,z8,address        ; 30 12 11 22
  2466.     movb    ind8,x,address        ; 30 12 11 22
  2467.     movb    ind8,y,address        ; 30 12 11 22
  2468.     movb    ind8,z,address        ; 30 12 11 22
  2469.  
  2470.     movb    offset8,x8,external    ; 30u00s00r00
  2471.     movb    offset8,y8,external    ; 30u00s00r00
  2472.     movb    offset8,z8,external    ; 30u00s00r00
  2473.     movb    offset8,x,external    ; 30u00s00r00
  2474.     movb    offset8,y,external    ; 30u00s00r00
  2475.     movb    offset8,z,external    ; 30u00s00r00
  2476.     movb    ind8,x8,external    ; 30 12s00r00
  2477.     movb    ind8,y8,external    ; 30 12s00r00
  2478.     movb    ind8,z8,external    ; 30 12s00r00
  2479.     movb    ind8,x,external        ; 30 12s00r00
  2480.     movb    ind8,y,external        ; 30 12s00r00
  2481.     movb    ind8,z,external        ; 30 12s00r00
  2482.  
  2483.     movb    address,external    ; 37 FE 11 22s00r00
  2484.     movb    external,address    ; 37 FEs00r00 11 22
  2485.     movb    address,address        ; 37 FE 11 22 11 22
  2486.     movb    external,external    ; 37 FEs00r00s00r00
  2487.  
  2488.     movw    address,offset8,x8    ; 33u00 11 22
  2489.     movw    address,offset8,y8    ; 33u00 11 22
  2490.     movw    address,offset8,z8    ; 33u00 11 22
  2491.     movw    address,offset8,x    ; 33u00 11 22
  2492.     movw    address,offset8,y    ; 33u00 11 22
  2493.     movw    address,offset8,z    ; 33u00 11 22
  2494.     movw    address,ind8,x8        ; 33 12 11 22
  2495.     movw    address,ind8,y8        ; 33 12 11 22
  2496.     movw    address,ind8,z8        ; 33 12 11 22
  2497.     movw    address,ind8,x        ; 33 12 11 22
  2498.     movw    address,ind8,y        ; 33 12 11 22
  2499.     movw    address,ind8,z        ; 33 12 11 22
  2500.  
  2501.     movw    external,offset8,x8    ; 33u00s00r00
  2502.     movw    external,offset8,y8    ; 33u00s00r00
  2503.     movw    external,offset8,z8    ; 33u00s00r00
  2504.     movw    external,offset8,x    ; 33u00s00r00
  2505.     movw    external,offset8,y    ; 33u00s00r00
  2506.     movw    external,offset8,z    ; 33u00s00r00
  2507.     movw    external,ind8,x8    ; 33 12s00r00
  2508.     movw    external,ind8,y8    ; 33 12s00r00
  2509.     movw    external,ind8,z8    ; 33 12s00r00
  2510.     movw    external,ind8,x        ; 33 12s00r00
  2511.     movw    external,ind8,y        ; 33 12s00r00
  2512.     movw    external,ind8,z        ; 33 12s00r00
  2513.  
  2514.     movw    offset8,x8,address    ; 31u00 11 22
  2515.     movw    offset8,y8,address    ; 31u00 11 22
  2516.     movw    offset8,z8,address    ; 31u00 11 22
  2517.     movw    offset8,x,address    ; 31u00 11 22
  2518.     movw    offset8,y,address    ; 31u00 11 22
  2519.     movw    offset8,z,address    ; 31u00 11 22
  2520.     movw    ind8,x8,address        ; 31 12 11 22
  2521.     movw    ind8,y8,address        ; 31 12 11 22
  2522.     movw    ind8,z8,address        ; 31 12 11 22
  2523.     movw    ind8,x,address        ; 31 12 11 22
  2524.     movw    ind8,y,address        ; 31 12 11 22
  2525.     movw    ind8,z,address        ; 31 12 11 22
  2526.  
  2527.     movw    offset8,x8,external    ; 31u00s00r00
  2528.     movw    offset8,y8,external    ; 31u00s00r00
  2529.     movw    offset8,z8,external    ; 31u00s00r00
  2530.     movw    offset8,x,external    ; 31u00s00r00
  2531.     movw    offset8,y,external    ; 31u00s00r00
  2532.     movw    offset8,z,external    ; 31u00s00r00
  2533.     movw    ind8,x8,external    ; 31 12s00r00
  2534.     movw    ind8,y8,external    ; 31 12s00r00
  2535.     movw    ind8,z8,external    ; 31 12s00r00
  2536.     movw    ind8,x,external        ; 31 12s00r00
  2537.     movw    ind8,y,external        ; 31 12s00r00
  2538.     movw    ind8,z,external        ; 31 12s00r00
  2539.  
  2540.     movw    address,external    ; 37 FF 11 22s00r00
  2541.     movw    external,address    ; 37 FFs00r00 11 22
  2542.     movw    address,address        ; 37 FF 11 22 11 22
  2543.     movw    external,external    ; 37 FFs00r00s00r00
  2544.  
  2545.     mul            ; 37 24
  2546.  
  2547.     neg    ,x        ; 02 00
  2548.     neg    ,y        ; 12 00
  2549.     neg    ,z        ; 22 00
  2550.     neg    ,x8        ; 02 00
  2551.     neg    ,y8        ; 12 00
  2552.     neg    ,z8        ; 22 00
  2553.     neg    ,x16        ; 17 02 00 00
  2554.     neg    ,y16        ; 17 12 00 00
  2555.     neg    ,z16        ; 17 22 00 00
  2556.     neg    offset8,x8    ; 02u00
  2557.     neg    offset8,y8    ; 12u00
  2558.     neg    offset8,z8    ; 22u00
  2559.     neg    ind8,x8        ; 02 12
  2560.     neg    ind8,y8        ; 12 12
  2561.     neg    ind8,z8        ; 22 12
  2562.     neg    ind8,x        ; 02 12
  2563.     neg    ind8,y        ; 12 12
  2564.     neg    ind8,z        ; 22 12
  2565.     neg    offset16,x16    ; 17 02s00r00
  2566.     neg    offset16,y16    ; 17 12s00r00
  2567.     neg    offset16,z16    ; 17 22s00r00
  2568.     neg    offset16,x    ; 17 02s00r00
  2569.     neg    offset16,y    ; 17 12s00r00
  2570.     neg    offset16,z    ; 17 22s00r00
  2571.     neg    ind16,x16    ; 17 02 34 56
  2572.     neg    ind16,y16    ; 17 12 34 56
  2573.     neg    ind16,z16    ; 17 22 34 56
  2574.     neg    ind16,x        ; 17 02 34 56
  2575.     neg    ind16,y        ; 17 12 34 56
  2576.     neg    ind16,z        ; 17 22 34 56
  2577.     neg    address        ; 17 32 11 22
  2578.     neg    external    ; 17 32s00r00
  2579.  
  2580.     nega            ; 37 02
  2581.     negb            ; 37 12
  2582.     negd            ; 27 F2
  2583.     nege            ; 27 72
  2584.  
  2585.     negw    ,x        ; 27 02 00 00
  2586.     negw    ,y        ; 27 12 00 00
  2587.     negw    ,z        ; 27 22 00 00
  2588.     negw    ,x16        ; 27 02 00 00
  2589.     negw    ,y16        ; 27 12 00 00
  2590.     negw    ,z16        ; 27 22 00 00
  2591.     negw    offset16,x16    ; 27 02s00r00
  2592.     negw    offset16,y16    ; 27 12s00r00
  2593.     negw    offset16,z16    ; 27 22s00r00
  2594.     negw    offset16,x    ; 27 02s00r00
  2595.     negw    offset16,y    ; 27 12s00r00
  2596.     negw    offset16,z    ; 27 22s00r00
  2597.     negw    ind16,x16    ; 27 02 34 56
  2598.     negw    ind16,y16    ; 27 12 34 56
  2599.     negw    ind16,z16    ; 27 22 34 56
  2600.     negw    ind16,x        ; 27 02 34 56
  2601.     negw    ind16,y        ; 27 12 34 56
  2602.     negw    ind16,z        ; 27 22 34 56
  2603.     negw    address        ; 27 32 11 22
  2604.     negw    external    ; 27 32s00r00
  2605.  
  2606.     nop            ; 27 4C
  2607.  
  2608.     oraa    ,x        ; 47 00
  2609.     oraa    ,y        ; 57 00
  2610.     oraa    ,z        ; 67 00
  2611.     oraa    ,x8        ; 47 00
  2612.     oraa    ,y8        ; 57 00
  2613.     oraa    ,z8        ; 67 00
  2614.     oraa    ,x16        ; 17 47 00 00
  2615.     oraa    ,y16        ; 17 57 00 00
  2616.     oraa    ,z16        ; 17 67 00 00
  2617.     oraa    offset8,x8    ; 47u00
  2618.     oraa    offset8,y8    ; 57u00
  2619.     oraa    offset8,z8    ; 67u00
  2620.     oraa    ind8,x8        ; 47 12
  2621.     oraa    ind8,y8        ; 57 12
  2622.     oraa    ind8,z8        ; 67 12
  2623.     oraa    ind8,x        ; 47 12
  2624.     oraa    ind8,y        ; 57 12
  2625.     oraa    ind8,z        ; 67 12
  2626.     oraa    #imm8        ; 77 01
  2627.     oraa    #num8        ; 77r00
  2628.     oraa    offset16,x16    ; 17 47s00r00
  2629.     oraa    offset16,y16    ; 17 57s00r00
  2630.     oraa    offset16,z16    ; 17 67s00r00
  2631.     oraa    offset16,x    ; 17 47s00r00
  2632.     oraa    offset16,y    ; 17 57s00r00
  2633.     oraa    offset16,z    ; 17 67s00r00
  2634.     oraa    ind16,x16    ; 17 47 34 56
  2635.     oraa    ind16,y16    ; 17 57 34 56
  2636.     oraa    ind16,z16    ; 17 67 34 56
  2637.     oraa    ind16,x        ; 17 47 34 56
  2638.     oraa    ind16,y        ; 17 57 34 56
  2639.     oraa    ind16,z        ; 17 67 34 56
  2640.     oraa    address        ; 17 77 11 22
  2641.     oraa    external    ; 17 77s00r00
  2642.     oraa    e,x        ; 27 47
  2643.     oraa    e,y        ; 27 57
  2644.     oraa    e,z        ; 27 67
  2645.  
  2646.     orab    ,x        ; C7 00
  2647.     orab    ,y        ; D7 00
  2648.     orab    ,z        ; E7 00
  2649.     orab    ,x8        ; C7 00
  2650.     orab    ,y8        ; D7 00
  2651.     orab    ,z8        ; E7 00
  2652.     orab    ,x16        ; 17 C7 00 00
  2653.     orab    ,y16        ; 17 D7 00 00
  2654.     orab    ,z16        ; 17 E7 00 00
  2655.     orab    offset8,x8    ; C7u00
  2656.     orab    offset8,y8    ; D7u00
  2657.     orab    offset8,z8    ; E7u00
  2658.     orab    ind8,x8        ; C7 12
  2659.     orab    ind8,y8        ; D7 12
  2660.     orab    ind8,z8        ; E7 12
  2661.     orab    ind8,x        ; C7 12
  2662.     orab    ind8,y        ; D7 12
  2663.     orab    ind8,z        ; E7 12
  2664.     orab    #imm8        ; F7 01
  2665.     orab    #num8        ; F7r00
  2666.     orab    offset16,x16    ; 17 C7s00r00
  2667.     orab    offset16,y16    ; 17 D7s00r00
  2668.     orab    offset16,z16    ; 17 E7s00r00
  2669.     orab    offset16,x    ; 17 C7s00r00
  2670.     orab    offset16,y    ; 17 D7s00r00
  2671.     orab    offset16,z    ; 17 E7s00r00
  2672.     orab    ind16,x16    ; 17 C7 34 56
  2673.     orab    ind16,y16    ; 17 D7 34 56
  2674.     orab    ind16,z16    ; 17 E7 34 56
  2675.     orab    ind16,x        ; 17 C7 34 56
  2676.     orab    ind16,y        ; 17 D7 34 56
  2677.     orab    ind16,z        ; 17 E7 34 56
  2678.     orab    address        ; 17 F7 11 22
  2679.     orab    external    ; 17 F7s00r00
  2680.     orab    e,x        ; 27 C7
  2681.     orab    e,y        ; 27 D7
  2682.     orab    e,z        ; 27 E7
  2683.  
  2684.     ord    ,x        ; 87 00
  2685.     ord    ,y        ; 97 00
  2686.     ord    ,z        ; A7 00
  2687.     ord    ,x8        ; 87 00
  2688.     ord    ,y8        ; 97 00
  2689.     ord    ,z8        ; A7 00
  2690.     ord    ,x16        ; 37 C7 00 00
  2691.     ord    ,y16        ; 37 D7 00 00
  2692.     ord    ,z16        ; 37 E7 00 00
  2693.     ord    offset8,x8    ; 87u00
  2694.     ord    offset8,y8    ; 97u00
  2695.     ord    offset8,z8    ; A7u00
  2696.     ord    ind8,x8        ; 87 12
  2697.     ord    ind8,y8        ; 97 12
  2698.     ord    ind8,z8        ; A7 12
  2699.     ord    ind8,x        ; 87 12
  2700.     ord    ind8,y        ; 97 12
  2701.     ord    ind8,z        ; A7 12
  2702.     ord    #imm16        ; 37 B7 23 45
  2703.     ord    #num16        ; 37 B7s00r00
  2704.     ord    offset16,x16    ; 37 C7s00r00
  2705.     ord    offset16,y16    ; 37 D7s00r00
  2706.     ord    offset16,z16    ; 37 E7s00r00
  2707.     ord    offset16,x    ; 37 C7s00r00
  2708.     ord    offset16,y    ; 37 D7s00r00
  2709.     ord    offset16,z    ; 37 E7s00r00
  2710.     ord    ind16,x16    ; 37 C7 34 56
  2711.     ord    ind16,y16    ; 37 D7 34 56
  2712.     ord    ind16,z16    ; 37 E7 34 56
  2713.     ord    ind16,x        ; 37 C7 34 56
  2714.     ord    ind16,y        ; 37 D7 34 56
  2715.     ord    ind16,z        ; 37 E7 34 56
  2716.     ord    address        ; 37 F7 11 22
  2717.     ord    external    ; 37 F7s00r00
  2718.     ord    e,x        ; 27 87
  2719.     ord    e,y        ; 27 97
  2720.     ord    e,z        ; 27 A7
  2721.  
  2722.     ore    #imm16        ; 37 37 23 45
  2723.     ore    #num16        ; 37 37s00r00
  2724.     ore    ,x        ; 37 47 00 00
  2725.     ore    ,y        ; 37 57 00 00
  2726.     ore    ,z        ; 37 67 00 00
  2727.     ore    ,x16        ; 37 47 00 00
  2728.     ore    ,y16        ; 37 57 00 00
  2729.     ore    ,z16        ; 37 67 00 00
  2730.     ore    offset16,x16    ; 37 47s00r00
  2731.     ore    offset16,y16    ; 37 57s00r00
  2732.     ore    offset16,z16    ; 37 67s00r00
  2733.     ore    offset16,x    ; 37 47s00r00
  2734.     ore    offset16,y    ; 37 57s00r00
  2735.     ore    offset16,z    ; 37 67s00r00
  2736.     ore    ind16,x16    ; 37 47 34 56
  2737.     ore    ind16,y16    ; 37 57 34 56
  2738.     ore    ind16,z16    ; 37 67 34 56
  2739.     ore    ind16,x        ; 37 47 34 56
  2740.     ore    ind16,y        ; 37 57 34 56
  2741.     ore    ind16,z        ; 37 67 34 56
  2742.     ore    address        ; 37 77 11 22
  2743.     ore    external    ; 37 77s00r00
  2744.  
  2745.     orp    #imm8        ; 37 3B 00 01
  2746.     orp    #num8        ; 37 3Bs00r00
  2747.     orp    #imm16        ; 37 3B 23 45
  2748.     orp    #num16        ; 37 3Bs00r00
  2749.  
  2750.     psha            ; 37 08
  2751.     pshb            ; 37 18
  2752.  
  2753.     pula            ; 37 09
  2754.     pulb            ; 37 19
  2755.  
  2756.     pshmac            ; 27 B8
  2757.     pulmac            ; 27 B9
  2758.  
  2759.     pshm    d            ;34 01
  2760.     pshm    d,e            ;34 03
  2761.     pshm    d,e,x            ;34 07
  2762.     pshm    d,e,x,y            ;34 0f
  2763.     pshm    d,e,x,y,z        ;34 1f
  2764.     pshm    d,e,x,y,z,k        ;34 3f
  2765.     pshm    d,e,x,y,z,k,ccr        ;34 7f
  2766.  
  2767.     pulm    ccr            ;35 01
  2768.     pulm    ccr,k            ;35 03
  2769.     pulm    ccr,k,z            ;35 07
  2770.     pulm    ccr,k,z,y        ;35 0f
  2771.     pulm    ccr,k,z,y,x        ;35 1f
  2772.     pulm    ccr,k,z,y,x,e        ;35 3f
  2773.     pulm    ccr,k,z,y,x,e,d        ;35 7f
  2774.  
  2775.     rmac    #ix,#iy        ; FB 67
  2776.     rmac    #ixiy        ; FB 89
  2777.     rmac    #eixiy        ; FBr00
  2778.  
  2779.     rol    ,x        ; 0C 00
  2780.     rol    ,y        ; 1C 00
  2781.     rol    ,z        ; 2C 00
  2782.     rol    ,x8        ; 0C 00
  2783.     rol    ,y8        ; 1C 00
  2784.     rol    ,z8        ; 2C 00
  2785.     rol    ,x16        ; 17 0C 00 00
  2786.     rol    ,y16        ; 17 1C 00 00
  2787.     rol    ,z16        ; 17 2C 00 00
  2788.     rol    offset8,x8    ; 0Cu00
  2789.     rol    offset8,y8    ; 1Cu00
  2790.     rol    offset8,z8    ; 2Cu00
  2791.     rol    ind8,x8        ; 0C 12
  2792.     rol    ind8,y8        ; 1C 12
  2793.     rol    ind8,z8        ; 2C 12
  2794.     rol    ind8,x        ; 0C 12
  2795.     rol    ind8,y        ; 1C 12
  2796.     rol    ind8,z        ; 2C 12
  2797.     rol    offset16,x16    ; 17 0Cs00r00
  2798.     rol    offset16,y16    ; 17 1Cs00r00
  2799.     rol    offset16,z16    ; 17 2Cs00r00
  2800.     rol    offset16,x    ; 17 0Cs00r00
  2801.     rol    offset16,y    ; 17 1Cs00r00
  2802.     rol    offset16,z    ; 17 2Cs00r00
  2803.     rol    ind16,x16    ; 17 0C 34 56
  2804.     rol    ind16,y16    ; 17 1C 34 56
  2805.     rol    ind16,z16    ; 17 2C 34 56
  2806.     rol    ind16,x        ; 17 0C 34 56
  2807.     rol    ind16,y        ; 17 1C 34 56
  2808.     rol    ind16,z        ; 17 2C 34 56
  2809.     rol    address        ; 17 3C 11 22
  2810.     rol    external    ; 17 3Cs00r00
  2811.  
  2812.     rola            ; 37 0C
  2813.     rolb            ; 37 1C
  2814.     rold            ; 27 FC
  2815.     role            ; 27 7C
  2816.  
  2817.     rolw    ,x        ; 27 0C 00 00
  2818.     rolw    ,y        ; 27 1C 00 00
  2819.     rolw    ,z        ; 27 2C 00 00
  2820.     rolw    ,x16        ; 27 0C 00 00
  2821.     rolw    ,y16        ; 27 1C 00 00
  2822.     rolw    ,z16        ; 27 2C 00 00
  2823.     rolw    offset16,x16    ; 27 0Cs00r00
  2824.     rolw    offset16,y16    ; 27 1Cs00r00
  2825.     rolw    offset16,z16    ; 27 2Cs00r00
  2826.     rolw    offset16,x    ; 27 0Cs00r00
  2827.     rolw    offset16,y    ; 27 1Cs00r00
  2828.     rolw    offset16,z    ; 27 2Cs00r00
  2829.     rolw    ind16,x16    ; 27 0C 34 56
  2830.     rolw    ind16,y16    ; 27 1C 34 56
  2831.     rolw    ind16,z16    ; 27 2C 34 56
  2832.     rolw    ind16,x        ; 27 0C 34 56
  2833.     rolw    ind16,y        ; 27 1C 34 56
  2834.     rolw    ind16,z        ; 27 2C 34 56
  2835.     rolw    address        ; 27 3C 11 22
  2836.     rolw    external    ; 27 3Cs00r00
  2837.  
  2838.     ror    ,x        ; 0E 00
  2839.     ror    ,y        ; 1E 00
  2840.     ror    ,z        ; 2E 00
  2841.     ror    ,x8        ; 0E 00
  2842.     ror    ,y8        ; 1E 00
  2843.     ror    ,z8        ; 2E 00
  2844.     ror    ,x16        ; 17 0E 00 00
  2845.     ror    ,y16        ; 17 1E 00 00
  2846.     ror    ,z16        ; 17 2E 00 00
  2847.     ror    offset8,x8    ; 0Eu00
  2848.     ror    offset8,y8    ; 1Eu00
  2849.     ror    offset8,z8    ; 2Eu00
  2850.     ror    ind8,x8        ; 0E 12
  2851.     ror    ind8,y8        ; 1E 12
  2852.     ror    ind8,z8        ; 2E 12
  2853.     ror    ind8,x        ; 0E 12
  2854.     ror    ind8,y        ; 1E 12
  2855.     ror    ind8,z        ; 2E 12
  2856.     ror    offset16,x16    ; 17 0Es00r00
  2857.     ror    offset16,y16    ; 17 1Es00r00
  2858.     ror    offset16,z16    ; 17 2Es00r00
  2859.     ror    offset16,x    ; 17 0Es00r00
  2860.     ror    offset16,y    ; 17 1Es00r00
  2861.     ror    offset16,z    ; 17 2Es00r00
  2862.     ror    ind16,x16    ; 17 0E 34 56
  2863.     ror    ind16,y16    ; 17 1E 34 56
  2864.     ror    ind16,z16    ; 17 2E 34 56
  2865.     ror    ind16,x        ; 17 0E 34 56
  2866.     ror    ind16,y        ; 17 1E 34 56
  2867.     ror    ind16,z        ; 17 2E 34 56
  2868.     ror    address        ; 17 3E 11 22
  2869.     ror    external    ; 17 3Es00r00
  2870.  
  2871.     rora            ; 37 0E
  2872.     rorb            ; 37 1E
  2873.     rord            ; 27 FE
  2874.     rore            ; 27 7E
  2875.  
  2876.     rorw    ,x        ; 27 0E 00 00
  2877.     rorw    ,y        ; 27 1E 00 00
  2878.     rorw    ,z        ; 27 2E 00 00
  2879.     rorw    ,x16        ; 27 0E 00 00
  2880.     rorw    ,y16        ; 27 1E 00 00
  2881.     rorw    ,z16        ; 27 2E 00 00
  2882.     rorw    offset16,x16    ; 27 0Es00r00
  2883.     rorw    offset16,y16    ; 27 1Es00r00
  2884.     rorw    offset16,z16    ; 27 2Es00r00
  2885.     rorw    offset16,x    ; 27 0Es00r00
  2886.     rorw    offset16,y    ; 27 1Es00r00
  2887.     rorw    offset16,z    ; 27 2Es00r00
  2888.     rorw    ind16,x16    ; 27 0E 34 56
  2889.     rorw    ind16,y16    ; 27 1E 34 56
  2890.     rorw    ind16,z16    ; 27 2E 34 56
  2891.     rorw    ind16,x        ; 27 0E 34 56
  2892.     rorw    ind16,y        ; 27 1E 34 56
  2893.     rorw    ind16,z        ; 27 2E 34 56
  2894.     rorw    address        ; 27 3E 11 22
  2895.     rorw    external    ; 27 3Es00r00
  2896.  
  2897.     rti            ; 27 77
  2898.     rts            ; 27 F7
  2899.  
  2900.     sba            ; 37 0A
  2901.  
  2902.     sbca    ,x        ; 42 00
  2903.     sbca    ,y        ; 52 00
  2904.     sbca    ,z        ; 62 00
  2905.     sbca    ,x8        ; 42 00
  2906.     sbca    ,y8        ; 52 00
  2907.     sbca    ,z8        ; 62 00
  2908.     sbca    ,x16        ; 17 42 00 00
  2909.     sbca    ,y16        ; 17 52 00 00
  2910.     sbca    ,z16        ; 17 62 00 00
  2911.     sbca    offset8,x8    ; 42u00
  2912.     sbca    offset8,y8    ; 52u00
  2913.     sbca    offset8,z8    ; 62u00
  2914.     sbca    ind8,x8        ; 42 12
  2915.     sbca    ind8,y8        ; 52 12
  2916.     sbca    ind8,z8        ; 62 12
  2917.     sbca    ind8,x        ; 42 12
  2918.     sbca    ind8,y        ; 52 12
  2919.     sbca    ind8,z        ; 62 12
  2920.     sbca    #imm8        ; 72 01
  2921.     sbca    #num8        ; 72r00
  2922.     sbca    offset16,x16    ; 17 42s00r00
  2923.     sbca    offset16,y16    ; 17 52s00r00
  2924.     sbca    offset16,z16    ; 17 62s00r00
  2925.     sbca    offset16,x    ; 17 42s00r00
  2926.     sbca    offset16,y    ; 17 52s00r00
  2927.     sbca    offset16,z    ; 17 62s00r00
  2928.     sbca    ind16,x16    ; 17 42 34 56
  2929.     sbca    ind16,y16    ; 17 52 34 56
  2930.     sbca    ind16,z16    ; 17 62 34 56
  2931.     sbca    ind16,x        ; 17 42 34 56
  2932.     sbca    ind16,y        ; 17 52 34 56
  2933.     sbca    ind16,z        ; 17 62 34 56
  2934.     sbca    address        ; 17 72 11 22
  2935.     sbca    external    ; 17 72s00r00
  2936.     sbca    e,x        ; 27 42
  2937.     sbca    e,y        ; 27 52
  2938.     sbca    e,z        ; 27 62
  2939.  
  2940.     sbcb    ,x        ; C2 00
  2941.     sbcb    ,y        ; D2 00
  2942.     sbcb    ,z        ; E2 00
  2943.     sbcb    ,x8        ; C2 00
  2944.     sbcb    ,y8        ; D2 00
  2945.     sbcb    ,z8        ; E2 00
  2946.     sbcb    ,x16        ; 17 C2 00 00
  2947.     sbcb    ,y16        ; 17 D2 00 00
  2948.     sbcb    ,z16        ; 17 E2 00 00
  2949.     sbcb    offset8,x8    ; C2u00
  2950.     sbcb    offset8,y8    ; D2u00
  2951.     sbcb    offset8,z8    ; E2u00
  2952.     sbcb    ind8,x8        ; C2 12
  2953.     sbcb    ind8,y8        ; D2 12
  2954.     sbcb    ind8,z8        ; E2 12
  2955.     sbcb    ind8,x        ; C2 12
  2956.     sbcb    ind8,y        ; D2 12
  2957.     sbcb    ind8,z        ; E2 12
  2958.     sbcb    #imm8        ; F2 01
  2959.     sbcb    #num8        ; F2r00
  2960.     sbcb    offset16,x16    ; 17 C2s00r00
  2961.     sbcb    offset16,y16    ; 17 D2s00r00
  2962.     sbcb    offset16,z16    ; 17 E2s00r00
  2963.     sbcb    offset16,x    ; 17 C2s00r00
  2964.     sbcb    offset16,y    ; 17 D2s00r00
  2965.     sbcb    offset16,z    ; 17 E2s00r00
  2966.     sbcb    ind16,x16    ; 17 C2 34 56
  2967.     sbcb    ind16,y16    ; 17 D2 34 56
  2968.     sbcb    ind16,z16    ; 17 E2 34 56
  2969.     sbcb    ind16,x        ; 17 C2 34 56
  2970.     sbcb    ind16,y        ; 17 D2 34 56
  2971.     sbcb    ind16,z        ; 17 E2 34 56
  2972.     sbcb    address        ; 17 F2 11 22
  2973.     sbcb    external    ; 17 F2s00r00
  2974.     sbcb    e,x        ; 27 C2
  2975.     sbcb    e,y        ; 27 D2
  2976.     sbcb    e,z        ; 27 E2
  2977.  
  2978.     sbcd    ,x        ; 82 00
  2979.     sbcd    ,y        ; 92 00
  2980.     sbcd    ,z        ; A2 00
  2981.     sbcd    ,x8        ; 82 00
  2982.     sbcd    ,y8        ; 92 00
  2983.     sbcd    ,z8        ; A2 00
  2984.     sbcd    ,x16        ; 37 C2 00 00
  2985.     sbcd    ,y16        ; 37 D2 00 00
  2986.     sbcd    ,z16        ; 37 E2 00 00
  2987.     sbcd    offset8,x8    ; 82u00
  2988.     sbcd    offset8,y8    ; 92u00
  2989.     sbcd    offset8,z8    ; A2u00
  2990.     sbcd    ind8,x8        ; 82 12
  2991.     sbcd    ind8,y8        ; 92 12
  2992.     sbcd    ind8,z8        ; A2 12
  2993.     sbcd    ind8,x        ; 82 12
  2994.     sbcd    ind8,y        ; 92 12
  2995.     sbcd    ind8,z        ; A2 12
  2996.     sbcd    #imm16        ; 37 B2 23 45
  2997.     sbcd    #num16        ; 37 B2s00r00
  2998.     sbcd    offset16,x16    ; 37 C2s00r00
  2999.     sbcd    offset16,y16    ; 37 D2s00r00
  3000.     sbcd    offset16,z16    ; 37 E2s00r00
  3001.     sbcd    offset16,x    ; 37 C2s00r00
  3002.     sbcd    offset16,y    ; 37 D2s00r00
  3003.     sbcd    offset16,z    ; 37 E2s00r00
  3004.     sbcd    ind16,x16    ; 37 C2 34 56
  3005.     sbcd    ind16,y16    ; 37 D2 34 56
  3006.     sbcd    ind16,z16    ; 37 E2 34 56
  3007.     sbcd    ind16,x        ; 37 C2 34 56
  3008.     sbcd    ind16,y        ; 37 D2 34 56
  3009.     sbcd    ind16,z        ; 37 E2 34 56
  3010.     sbcd    address        ; 37 F2 11 22
  3011.     sbcd    external    ; 37 F2s00r00
  3012.     sbcd    e,x        ; 27 82
  3013.     sbcd    e,y        ; 27 92
  3014.     sbcd    e,z        ; 27 A2
  3015.  
  3016.     sbce    #imm16        ; 37 32 23 45
  3017.     sbce    #num16        ; 37 32s00r00
  3018.     sbce    ,x        ; 37 42 00 00
  3019.     sbce    ,y        ; 37 52 00 00
  3020.     sbce    ,z        ; 37 62 00 00
  3021.     sbce    ,x16        ; 37 42 00 00
  3022.     sbce    ,y16        ; 37 52 00 00
  3023.     sbce    ,z16        ; 37 62 00 00
  3024.     sbce    offset16,x16    ; 37 42s00r00
  3025.     sbce    offset16,y16    ; 37 52s00r00
  3026.     sbce    offset16,z16    ; 37 62s00r00
  3027.     sbce    offset16,x    ; 37 42s00r00
  3028.     sbce    offset16,y    ; 37 52s00r00
  3029.     sbce    offset16,z    ; 37 62s00r00
  3030.     sbce    ind16,x16    ; 37 42 34 56
  3031.     sbce    ind16,y16    ; 37 52 34 56
  3032.     sbce    ind16,z16    ; 37 62 34 56
  3033.     sbce    ind16,x        ; 37 42 34 56
  3034.     sbce    ind16,y        ; 37 52 34 56
  3035.     sbce    ind16,z        ; 37 62 34 56
  3036.     sbce    address        ; 37 72 11 22
  3037.     sbce    external    ; 37 72s00r00
  3038.  
  3039.     sde            ; 27 79
  3040.  
  3041.     staa    ,x        ; 4A 00
  3042.     staa    ,y        ; 5A 00
  3043.     staa    ,z        ; 6A 00
  3044.     staa    ,x8        ; 4A 00
  3045.     staa    ,y8        ; 5A 00
  3046.     staa    ,z8        ; 6A 00
  3047.     staa    ,x16        ; 17 4A 00 00
  3048.     staa    ,y16        ; 17 5A 00 00
  3049.     staa    ,z16        ; 17 6A 00 00
  3050.     staa    offset8,x8    ; 4Au00
  3051.     staa    offset8,y8    ; 5Au00
  3052.     staa    offset8,z8    ; 6Au00
  3053.     staa    ind8,x8        ; 4A 12
  3054.     staa    ind8,y8        ; 5A 12
  3055.     staa    ind8,z8        ; 6A 12
  3056.     staa    ind8,x        ; 4A 12
  3057.     staa    ind8,y        ; 5A 12
  3058.     staa    ind8,z        ; 6A 12
  3059.     staa    offset16,x16    ; 17 4As00r00
  3060.     staa    offset16,y16    ; 17 5As00r00
  3061.     staa    offset16,z16    ; 17 6As00r00
  3062.     staa    offset16,x    ; 17 4As00r00
  3063.     staa    offset16,y    ; 17 5As00r00
  3064.     staa    offset16,z    ; 17 6As00r00
  3065.     staa    ind16,x16    ; 17 4A 34 56
  3066.     staa    ind16,y16    ; 17 5A 34 56
  3067.     staa    ind16,z16    ; 17 6A 34 56
  3068.     staa    ind16,x        ; 17 4A 34 56
  3069.     staa    ind16,y        ; 17 5A 34 56
  3070.     staa    ind16,z        ; 17 6A 34 56
  3071.     staa    address        ; 17 7A 11 22
  3072.     staa    external    ; 17 7As00r00
  3073.     staa    e,x        ; 27 4A
  3074.     staa    e,y        ; 27 5A
  3075.     staa    e,z        ; 27 6A
  3076.  
  3077.     stab    ,x        ; CA 00
  3078.     stab    ,y        ; DA 00
  3079.     stab    ,z        ; EA 00
  3080.     stab    ,x8        ; CA 00
  3081.     stab    ,y8        ; DA 00
  3082.     stab    ,z8        ; EA 00
  3083.     stab    ,x16        ; 17 CA 00 00
  3084.     stab    ,y16        ; 17 DA 00 00
  3085.     stab    ,z16        ; 17 EA 00 00
  3086.     stab    offset8,x8    ; CAu00
  3087.     stab    offset8,y8    ; DAu00
  3088.     stab    offset8,z8    ; EAu00
  3089.     stab    ind8,x8        ; CA 12
  3090.     stab    ind8,y8        ; DA 12
  3091.     stab    ind8,z8        ; EA 12
  3092.     stab    ind8,x        ; CA 12
  3093.     stab    ind8,y        ; DA 12
  3094.     stab    ind8,z        ; EA 12
  3095.     stab    offset16,x16    ; 17 CAs00r00
  3096.     stab    offset16,y16    ; 17 DAs00r00
  3097.     stab    offset16,z16    ; 17 EAs00r00
  3098.     stab    offset16,x    ; 17 CAs00r00
  3099.     stab    offset16,y    ; 17 DAs00r00
  3100.     stab    offset16,z    ; 17 EAs00r00
  3101.     stab    ind16,x16    ; 17 CA 34 56
  3102.     stab    ind16,y16    ; 17 DA 34 56
  3103.     stab    ind16,z16    ; 17 EA 34 56
  3104.     stab    ind16,x        ; 17 CA 34 56
  3105.     stab    ind16,y        ; 17 DA 34 56
  3106.     stab    ind16,z        ; 17 EA 34 56
  3107.     stab    address        ; 17 FA 11 22
  3108.     stab    external    ; 17 FAs00r00
  3109.     stab    e,x        ; 27 CA
  3110.     stab    e,y        ; 27 DA
  3111.     stab    e,z        ; 27 EA
  3112.  
  3113.     std    ,x        ; 8A 00
  3114.     std    ,y        ; 9A 00
  3115.     std    ,z        ; AA 00
  3116.     std    ,x8        ; 8A 00
  3117.     std    ,y8        ; 9A 00
  3118.     std    ,z8        ; AA 00
  3119.     std    ,x16        ; 37 CA 00 00
  3120.     std    ,y16        ; 37 DA 00 00
  3121.     std    ,z16        ; 37 EA 00 00
  3122.     std    offset8,x8    ; 8Au00
  3123.     std    offset8,y8    ; 9Au00
  3124.     std    offset8,z8    ; AAu00
  3125.     std    ind8,x8        ; 8A 12
  3126.     std    ind8,y8        ; 9A 12
  3127.     std    ind8,z8        ; AA 12
  3128.     std    ind8,x        ; 8A 12
  3129.     std    ind8,y        ; 9A 12
  3130.     std    ind8,z        ; AA 12
  3131.     std    offset16,x16    ; 37 CAs00r00
  3132.     std    offset16,y16    ; 37 DAs00r00
  3133.     std    offset16,z16    ; 37 EAs00r00
  3134.     std    offset16,x    ; 37 CAs00r00
  3135.     std    offset16,y    ; 37 DAs00r00
  3136.     std    offset16,z    ; 37 EAs00r00
  3137.     std    ind16,x16    ; 37 CA 34 56
  3138.     std    ind16,y16    ; 37 DA 34 56
  3139.     std    ind16,z16    ; 37 EA 34 56
  3140.     std    ind16,x        ; 37 CA 34 56
  3141.     std    ind16,y        ; 37 DA 34 56
  3142.     std    ind16,z        ; 37 EA 34 56
  3143.     std    address        ; 37 FA 11 22
  3144.     std    external    ; 37 FAs00r00
  3145.     std    e,x        ; 27 8A
  3146.     std    e,y        ; 27 9A
  3147.     std    e,z        ; 27 AA
  3148.  
  3149.     ste    ,x        ; 37 4A 00 00
  3150.     ste    ,y        ; 37 5A 00 00
  3151.     ste    ,z        ; 37 6A 00 00
  3152.     ste    ,x16        ; 37 4A 00 00
  3153.     ste    ,y16        ; 37 5A 00 00
  3154.     ste    ,z16        ; 37 6A 00 00
  3155.     ste    offset16,x16    ; 37 4As00r00
  3156.     ste    offset16,y16    ; 37 5As00r00
  3157.     ste    offset16,z16    ; 37 6As00r00
  3158.     ste    offset16,x    ; 37 4As00r00
  3159.     ste    offset16,y    ; 37 5As00r00
  3160.     ste    offset16,z    ; 37 6As00r00
  3161.     ste    ind16,x16    ; 37 4A 34 56
  3162.     ste    ind16,y16    ; 37 5A 34 56
  3163.     ste    ind16,z16    ; 37 6A 34 56
  3164.     ste    ind16,x        ; 37 4A 34 56
  3165.     ste    ind16,y        ; 37 5A 34 56
  3166.     ste    ind16,z        ; 37 6A 34 56
  3167.     ste    address        ; 37 7A 11 22
  3168.     ste    external    ; 37 7As00r00
  3169.  
  3170.     sted            ; 27 73
  3171.  
  3172.     sts    ,x        ; 8F 00
  3173.     sts    ,y        ; 9F 00
  3174.     sts    ,z        ; AF 00
  3175.     sts    ,x8        ; 8F 00
  3176.     sts    ,y8        ; 9F 00
  3177.     sts    ,z8        ; AF 00
  3178.     sts    ,x16        ; 17 8F 00 00
  3179.     sts    ,y16        ; 17 9F 00 00
  3180.     sts    ,z16        ; 17 AF 00 00
  3181.     sts    offset8,x8    ; 8Fu00
  3182.     sts    offset8,y8    ; 9Fu00
  3183.     sts    offset8,z8    ; AFu00
  3184.     sts    ind8,x8        ; 8F 12
  3185.     sts    ind8,y8        ; 9F 12
  3186.     sts    ind8,z8        ; AF 12
  3187.     sts    ind8,x        ; 8F 12
  3188.     sts    ind8,y        ; 9F 12
  3189.     sts    ind8,z        ; AF 12
  3190.     sts    offset16,x16    ; 17 8Fs00r00
  3191.     sts    offset16,y16    ; 17 9Fs00r00
  3192.     sts    offset16,z16    ; 17 AFs00r00
  3193.     sts    offset16,x    ; 17 8Fs00r00
  3194.     sts    offset16,y    ; 17 9Fs00r00
  3195.     sts    offset16,z    ; 17 AFs00r00
  3196.     sts    ind16,x16    ; 17 8F 34 56
  3197.     sts    ind16,y16    ; 17 9F 34 56
  3198.     sts    ind16,z16    ; 17 AF 34 56
  3199.     sts    ind16,x        ; 17 8F 34 56
  3200.     sts    ind16,y        ; 17 9F 34 56
  3201.     sts    ind16,z        ; 17 AF 34 56
  3202.     sts    address        ; 17 BF 11 22
  3203.     sts    external    ; 17 BFs00r00
  3204.  
  3205.     stx    ,x        ; 8C 00
  3206.     stx    ,y        ; 9C 00
  3207.     stx    ,z        ; AC 00
  3208.     stx    ,x8        ; 8C 00
  3209.     stx    ,y8        ; 9C 00
  3210.     stx    ,z8        ; AC 00
  3211.     stx    ,x16        ; 17 8C 00 00
  3212.     stx    ,y16        ; 17 9C 00 00
  3213.     stx    ,z16        ; 17 AC 00 00
  3214.     stx    offset8,x8    ; 8Cu00
  3215.     stx    offset8,y8    ; 9Cu00
  3216.     stx    offset8,z8    ; ACu00
  3217.     stx    ind8,x8        ; 8C 12
  3218.     stx    ind8,y8        ; 9C 12
  3219.     stx    ind8,z8        ; AC 12
  3220.     stx    ind8,x        ; 8C 12
  3221.     stx    ind8,y        ; 9C 12
  3222.     stx    ind8,z        ; AC 12
  3223.     stx    offset16,x16    ; 17 8Cs00r00
  3224.     stx    offset16,y16    ; 17 9Cs00r00
  3225.     stx    offset16,z16    ; 17 ACs00r00
  3226.     stx    offset16,x    ; 17 8Cs00r00
  3227.     stx    offset16,y    ; 17 9Cs00r00
  3228.     stx    offset16,z    ; 17 ACs00r00
  3229.     stx    ind16,x16    ; 17 8C 34 56
  3230.     stx    ind16,y16    ; 17 9C 34 56
  3231.     stx    ind16,z16    ; 17 AC 34 56
  3232.     stx    ind16,x        ; 17 8C 34 56
  3233.     stx    ind16,y        ; 17 9C 34 56
  3234.     stx    ind16,z        ; 17 AC 34 56
  3235.     stx    address        ; 17 BC 11 22
  3236.     stx    external    ; 17 BCs00r00
  3237.  
  3238.     sty    ,x        ; 8D 00
  3239.     sty    ,y        ; 9D 00
  3240.     sty    ,z        ; AD 00
  3241.     sty    ,x8        ; 8D 00
  3242.     sty    ,y8        ; 9D 00
  3243.     sty    ,z8        ; AD 00
  3244.     sty    ,x16        ; 17 8D 00 00
  3245.     sty    ,y16        ; 17 9D 00 00
  3246.     sty    ,z16        ; 17 AD 00 00
  3247.     sty    offset8,x8    ; 8Du00
  3248.     sty    offset8,y8    ; 9Du00
  3249.     sty    offset8,z8    ; ADu00
  3250.     sty    ind8,x8        ; 8D 12
  3251.     sty    ind8,y8        ; 9D 12
  3252.     sty    ind8,z8        ; AD 12
  3253.     sty    ind8,x        ; 8D 12
  3254.     sty    ind8,y        ; 9D 12
  3255.     sty    ind8,z        ; AD 12
  3256.     sty    offset16,x16    ; 17 8Ds00r00
  3257.     sty    offset16,y16    ; 17 9Ds00r00
  3258.     sty    offset16,z16    ; 17 ADs00r00
  3259.     sty    offset16,x    ; 17 8Ds00r00
  3260.     sty    offset16,y    ; 17 9Ds00r00
  3261.     sty    offset16,z    ; 17 ADs00r00
  3262.     sty    ind16,x16    ; 17 8D 34 56
  3263.     sty    ind16,y16    ; 17 9D 34 56
  3264.     sty    ind16,z16    ; 17 AD 34 56
  3265.     sty    ind16,x        ; 17 8D 34 56
  3266.     sty    ind16,y        ; 17 9D 34 56
  3267.     sty    ind16,z        ; 17 AD 34 56
  3268.     sty    address        ; 17 BD 11 22
  3269.     sty    external    ; 17 BDs00r00
  3270.  
  3271.     stz    ,x        ; 8E 00
  3272.     stz    ,y        ; 9E 00
  3273.     stz    ,z        ; AE 00
  3274.     stz    ,x8        ; 8E 00
  3275.     stz    ,y8        ; 9E 00
  3276.     stz    ,z8        ; AE 00
  3277.     stz    ,x16        ; 17 8E 00 00
  3278.     stz    ,y16        ; 17 9E 00 00
  3279.     stz    ,z16        ; 17 AE 00 00
  3280.     stz    offset8,x8    ; 8Eu00
  3281.     stz    offset8,y8    ; 9Eu00
  3282.     stz    offset8,z8    ; AEu00
  3283.     stz    ind8,x8        ; 8E 12
  3284.     stz    ind8,y8        ; 9E 12
  3285.     stz    ind8,z8        ; AE 12
  3286.     stz    ind8,x        ; 8E 12
  3287.     stz    ind8,y        ; 9E 12
  3288.     stz    ind8,z        ; AE 12
  3289.     stz    offset16,x16    ; 17 8Es00r00
  3290.     stz    offset16,y16    ; 17 9Es00r00
  3291.     stz    offset16,z16    ; 17 AEs00r00
  3292.     stz    offset16,x    ; 17 8Es00r00
  3293.     stz    offset16,y    ; 17 9Es00r00
  3294.     stz    offset16,z    ; 17 AEs00r00
  3295.     stz    ind16,x16    ; 17 8E 34 56
  3296.     stz    ind16,y16    ; 17 9E 34 56
  3297.     stz    ind16,z16    ; 17 AE 34 56
  3298.     stz    ind16,x        ; 17 8E 34 56
  3299.     stz    ind16,y        ; 17 9E 34 56
  3300.     stz    ind16,z        ; 17 AE 34 56
  3301.     stz    address        ; 17 BE 11 22
  3302.     stz    external    ; 17 BEs00r00
  3303.  
  3304.     suba    ,x        ; 40 00
  3305.     suba    ,y        ; 50 00
  3306.     suba    ,z        ; 60 00
  3307.     suba    ,x8        ; 40 00
  3308.     suba    ,y8        ; 50 00
  3309.     suba    ,z8        ; 60 00
  3310.     suba    ,x16        ; 17 40 00 00
  3311.     suba    ,y16        ; 17 50 00 00
  3312.     suba    ,z16        ; 17 60 00 00
  3313.     suba    offset8,x8    ; 40u00
  3314.     suba    offset8,y8    ; 50u00
  3315.     suba    offset8,z8    ; 60u00
  3316.     suba    ind8,x8        ; 40 12
  3317.     suba    ind8,y8        ; 50 12
  3318.     suba    ind8,z8        ; 60 12
  3319.     suba    ind8,x        ; 40 12
  3320.     suba    ind8,y        ; 50 12
  3321.     suba    ind8,z        ; 60 12
  3322.     suba    #imm8        ; 70 01
  3323.     suba    #num8        ; 70r00
  3324.     suba    offset16,x16    ; 17 40s00r00
  3325.     suba    offset16,y16    ; 17 50s00r00
  3326.     suba    offset16,z16    ; 17 60s00r00
  3327.     suba    offset16,x    ; 17 40s00r00
  3328.     suba    offset16,y    ; 17 50s00r00
  3329.     suba    offset16,z    ; 17 60s00r00
  3330.     suba    ind16,x16    ; 17 40 34 56
  3331.     suba    ind16,y16    ; 17 50 34 56
  3332.     suba    ind16,z16    ; 17 60 34 56
  3333.     suba    ind16,x        ; 17 40 34 56
  3334.     suba    ind16,y        ; 17 50 34 56
  3335.     suba    ind16,z        ; 17 60 34 56
  3336.     suba    address        ; 17 70 11 22
  3337.     suba    external    ; 17 70s00r00
  3338.     suba    e,x        ; 27 40
  3339.     suba    e,y        ; 27 50
  3340.     suba    e,z        ; 27 60
  3341.  
  3342.     subb    ,x        ; C0 00
  3343.     subb    ,y        ; D0 00
  3344.     subb    ,z        ; E0 00
  3345.     subb    ,x8        ; C0 00
  3346.     subb    ,y8        ; D0 00
  3347.     subb    ,z8        ; E0 00
  3348.     subb    ,x16        ; 17 C0 00 00
  3349.     subb    ,y16        ; 17 D0 00 00
  3350.     subb    ,z16        ; 17 E0 00 00
  3351.     subb    offset8,x8    ; C0u00
  3352.     subb    offset8,y8    ; D0u00
  3353.     subb    offset8,z8    ; E0u00
  3354.     subb    ind8,x8        ; C0 12
  3355.     subb    ind8,y8        ; D0 12
  3356.     subb    ind8,z8        ; E0 12
  3357.     subb    ind8,x        ; C0 12
  3358.     subb    ind8,y        ; D0 12
  3359.     subb    ind8,z        ; E0 12
  3360.     subb    #imm8        ; F0 01
  3361.     subb    #num8        ; F0r00
  3362.     subb    offset16,x16    ; 17 C0s00r00
  3363.     subb    offset16,y16    ; 17 D0s00r00
  3364.     subb    offset16,z16    ; 17 E0s00r00
  3365.     subb    offset16,x    ; 17 C0s00r00
  3366.     subb    offset16,y    ; 17 D0s00r00
  3367.     subb    offset16,z    ; 17 E0s00r00
  3368.     subb    ind16,x16    ; 17 C0 34 56
  3369.     subb    ind16,y16    ; 17 D0 34 56
  3370.     subb    ind16,z16    ; 17 E0 34 56
  3371.     subb    ind16,x        ; 17 C0 34 56
  3372.     subb    ind16,y        ; 17 D0 34 56
  3373.     subb    ind16,z        ; 17 E0 34 56
  3374.     subb    address        ; 17 F0 11 22
  3375.     subb    external    ; 17 F0s00r00
  3376.     subb    e,x        ; 27 C0
  3377.     subb    e,y        ; 27 D0
  3378.     subb    e,z        ; 27 E0
  3379.  
  3380.     subd    ,x        ; 80 00
  3381.     subd    ,y        ; 90 00
  3382.     subd    ,z        ; A0 00
  3383.     subd    ,x8        ; 80 00
  3384.     subd    ,y8        ; 90 00
  3385.     subd    ,z8        ; A0 00
  3386.     subd    ,x16        ; 37 C0 00 00
  3387.     subd    ,y16        ; 37 D0 00 00
  3388.     subd    ,z16        ; 37 E0 00 00
  3389.     subd    offset8,x8    ; 80u00
  3390.     subd    offset8,y8    ; 90u00
  3391.     subd    offset8,z8    ; A0u00
  3392.     subd    ind8,x8        ; 80 12
  3393.     subd    ind8,y8        ; 90 12
  3394.     subd    ind8,z8        ; A0 12
  3395.     subd    ind8,x        ; 80 12
  3396.     subd    ind8,y        ; 90 12
  3397.     subd    ind8,z        ; A0 12
  3398.     subd    #imm16        ; 37 B0 23 45
  3399.     subd    #num16        ; 37 B0s00r00
  3400.     subd    offset16,x16    ; 37 C0s00r00
  3401.     subd    offset16,y16    ; 37 D0s00r00
  3402.     subd    offset16,z16    ; 37 E0s00r00
  3403.     subd    offset16,x    ; 37 C0s00r00
  3404.     subd    offset16,y    ; 37 D0s00r00
  3405.     subd    offset16,z    ; 37 E0s00r00
  3406.     subd    ind16,x16    ; 37 C0 34 56
  3407.     subd    ind16,y16    ; 37 D0 34 56
  3408.     subd    ind16,z16    ; 37 E0 34 56
  3409.     subd    ind16,x        ; 37 C0 34 56
  3410.     subd    ind16,y        ; 37 D0 34 56
  3411.     subd    ind16,z        ; 37 E0 34 56
  3412.     subd    address        ; 37 F0 11 22
  3413.     subd    external    ; 37 F0s00r00
  3414.     subd    e,x        ; 27 80
  3415.     subd    e,y        ; 27 90
  3416.     subd    e,z        ; 27 A0
  3417.  
  3418.     sube    #imm16        ; 37 30 23 45
  3419.     sube    #num16        ; 37 30s00r00
  3420.     sube    ,x        ; 37 40 00 00
  3421.     sube    ,y        ; 37 50 00 00
  3422.     sube    ,z        ; 37 60 00 00
  3423.     sube    ,x16        ; 37 40 00 00
  3424.     sube    ,y16        ; 37 50 00 00
  3425.     sube    ,z16        ; 37 60 00 00
  3426.     sube    offset16,x16    ; 37 40s00r00
  3427.     sube    offset16,y16    ; 37 50s00r00
  3428.     sube    offset16,z16    ; 37 60s00r00
  3429.     sube    offset16,x    ; 37 40s00r00
  3430.     sube    offset16,y    ; 37 50s00r00
  3431.     sube    offset16,z    ; 37 60s00r00
  3432.     sube    ind16,x16    ; 37 40 34 56
  3433.     sube    ind16,y16    ; 37 50 34 56
  3434.     sube    ind16,z16    ; 37 60 34 56
  3435.     sube    ind16,x        ; 37 40 34 56
  3436.     sube    ind16,y        ; 37 50 34 56
  3437.     sube    ind16,z        ; 37 60 34 56
  3438.     sube    address        ; 37 70 11 22
  3439.     sube    external    ; 37 70s00r00
  3440.  
  3441.     swi            ; 37 20
  3442.     sxt            ; 27 F8
  3443.  
  3444.     tab            ; 37 17
  3445.     tap            ; 37 FD
  3446.     tba            ; 37 07
  3447.     tbek            ; 27 FA
  3448.     tbsk            ; 37 9F
  3449.     tbxk            ; 37 9C
  3450.     tbyk            ; 37 9D
  3451.     tbzk            ; 37 9E
  3452.     tde            ; 27 7B
  3453.     tdmsk            ; 37 2F
  3454.     tdp            ; 37 2D
  3455.     ted            ; 27 FB
  3456.     tedm            ; 27 B1
  3457.     tekb            ; 27 BB
  3458.     tem            ; 27 B2
  3459.     tmer            ; 27 B4
  3460.     tmet            ; 27 B5
  3461.     tmxed            ; 27 B3
  3462.     tpa            ; 37 FC
  3463.     tpd            ; 37 2C
  3464.     tskb            ; 37 AF
  3465.  
  3466.     tst    ,x        ; 06 00
  3467.     tst    ,y        ; 16 00
  3468.     tst    ,z        ; 26 00
  3469.     tst    ,x8        ; 06 00
  3470.     tst    ,y8        ; 16 00
  3471.     tst    ,z8        ; 26 00
  3472.     tst    ,x16        ; 17 06 00 00
  3473.     tst    ,y16        ; 17 16 00 00
  3474.     tst    ,z16        ; 17 26 00 00
  3475.     tst    offset8,x8    ; 06u00
  3476.     tst    offset8,y8    ; 16u00
  3477.     tst    offset8,z8    ; 26u00
  3478.     tst    ind8,x8        ; 06 12
  3479.     tst    ind8,y8        ; 16 12
  3480.     tst    ind8,z8        ; 26 12
  3481.     tst    ind8,x        ; 06 12
  3482.     tst    ind8,y        ; 16 12
  3483.     tst    ind8,z        ; 26 12
  3484.     tst    offset16,x16    ; 17 06s00r00
  3485.     tst    offset16,y16    ; 17 16s00r00
  3486.     tst    offset16,z16    ; 17 26s00r00
  3487.     tst    offset16,x    ; 17 06s00r00
  3488.     tst    offset16,y    ; 17 16s00r00
  3489.     tst    offset16,z    ; 17 26s00r00
  3490.     tst    ind16,x16    ; 17 06 34 56
  3491.     tst    ind16,y16    ; 17 16 34 56
  3492.     tst    ind16,z16    ; 17 26 34 56
  3493.     tst    ind16,x        ; 17 06 34 56
  3494.     tst    ind16,y        ; 17 16 34 56
  3495.     tst    ind16,z        ; 17 26 34 56
  3496.     tst    address        ; 17 36 11 22
  3497.     tst    external    ; 17 36s00r00
  3498.  
  3499.     tsta            ; 37 06
  3500.     tstb            ; 37 16
  3501.     tstd            ; 27 F6
  3502.     tste            ; 27 76
  3503.  
  3504.     tstw    ,x        ; 27 06 00 00
  3505.     tstw    ,y        ; 27 16 00 00
  3506.     tstw    ,z        ; 27 26 00 00
  3507.     tstw    ,x16        ; 27 06 00 00
  3508.     tstw    ,y16        ; 27 16 00 00
  3509.     tstw    ,z16        ; 27 26 00 00
  3510.     tstw    offset16,x16    ; 27 06s00r00
  3511.     tstw    offset16,y16    ; 27 16s00r00
  3512.     tstw    offset16,z16    ; 27 26s00r00
  3513.     tstw    offset16,x    ; 27 06s00r00
  3514.     tstw    offset16,y    ; 27 16s00r00
  3515.     tstw    offset16,z    ; 27 26s00r00
  3516.     tstw    ind16,x16    ; 27 06 34 56
  3517.     tstw    ind16,y16    ; 27 16 34 56
  3518.     tstw    ind16,z16    ; 27 26 34 56
  3519.     tstw    ind16,x        ; 27 06 34 56
  3520.     tstw    ind16,y        ; 27 16 34 56
  3521.     tstw    ind16,z        ; 27 26 34 56
  3522.     tstw    address        ; 27 36 11 22
  3523.     tstw    external    ; 27 36s00r00
  3524.  
  3525.     tsx            ; 27 4F
  3526.     tsy            ; 27 5F
  3527.     tsz            ; 27 6F
  3528.     txkb            ; 37 AC
  3529.     txs            ; 37 4E
  3530.     txy            ; 27 5C
  3531.     txz            ; 27 6C
  3532.     tykb            ; 37 AD
  3533.     tys            ; 37 5E
  3534.     tyx            ; 27 4D
  3535.     tyz            ; 27 6D
  3536.     tzkb            ; 37 AE
  3537.     tzs            ; 37 6E
  3538.     tzx            ; 27 4E
  3539.     tzy            ; 27 5E
  3540.     wai            ; 27 F3
  3541.     xgab            ; 37 1A
  3542.     xgde            ; 27 7A
  3543.     xgdx            ; 37 CC
  3544.     xgdy            ; 37 DC
  3545.     xgdz            ; 37 EC
  3546.     xgex            ; 37 4C
  3547.     xgey            ; 37 5C
  3548.     xgez            ; 37 6C
  3549.  
  3550.